|
POST
|
you can do a gp ( see http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/0093/009300000028000000.htm ) if you need function of geostatistical you also need extension for server ( http://www.esri.com/software/arcgis/arcgisserver/extensions ) then you can see sample js for call your gp ( http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/gp_clipasync.html )
... View more
10-18-2012
12:07 AM
|
0
|
0
|
1048
|
|
POST
|
you need datum transformation from 102100 to/from NAD_1927_Colorado_North (I see <> spheroid). use geometry.ProjectEx ( http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/002m/002m000001rp000000.htm )
IGeometry2 geometry = GetMyGeometry() as IGeometry2;
geometry.ProjectEx(....
... View more
10-17-2012
11:40 PM
|
0
|
0
|
993
|
|
POST
|
see http://forums.arcgis.com/threads/69243-A-problem-with-export-layers-option-is-ignored
... View more
10-17-2012
09:21 AM
|
0
|
0
|
1543
|
|
POST
|
What do you mean "...I can see the "Relationships", and also can perform the " Query Related Records"..." ?
... View more
10-16-2012
10:04 PM
|
0
|
0
|
1294
|
|
POST
|
you have high risk editing in server side fgdb because fgdb is file-based. For design if you need editing fgdb I advise you create scratch fgdb workspace (how esri does with jobs gp).
... View more
10-16-2012
10:01 AM
|
0
|
0
|
781
|
|
POST
|
you can see deployment scenarios 10.1: http://resources.arcgis.com/en/help/main/10.1/0154/015400000488000000.htm http://resources.arcgis.com/en/help/main/10.1/0154/015400000301000000.htm http://wiki.gis.com/wiki/index.php/System_Design_Process http://resources.arcgis.com/content/enterprisegis/10.0/about
... View more
10-16-2012
09:50 AM
|
0
|
0
|
613
|
|
POST
|
see http://wiki.gis.com/wiki/index.php/Server_Software_Performance http://wiki.gis.com/wiki/index.php/System_Design_Process
... View more
10-16-2012
09:20 AM
|
0
|
0
|
743
|
|
POST
|
you cannot use feature service ( see feature service use ) with editor task adf (see web editing). However Editor task cannot use service 10.1
... View more
10-16-2012
08:40 AM
|
0
|
0
|
577
|
|
POST
|
this is the help page http://resources.arcgis.com/en/help/main/10.1/0154/015400000325000000.htm Is file GDB local or another position? One thing on the performance difference is: network traffic & network I/O capacity, between the client machine and the server.
... View more
10-16-2012
08:30 AM
|
0
|
0
|
677
|
|
POST
|
you can see http://resources.arcgis.com/en/help/main/10.1/0154/0154000005vw000000.htm http://resources.arcgis.com/en/help/main/10.1/0154/0154000005qn000000.htm http://resources.arcgis.com/en/help/main/10.1/0154/0154000005w8000000.htm http://resources.arcgis.com/en/help/server-admin-api/serviceStatistics.html
... View more
10-16-2012
08:20 AM
|
0
|
0
|
677
|
|
POST
|
see also http://nicogis.blogspot.it/2012/10/ags-101-restful-administrative-api.html
... View more
10-11-2012
07:20 AM
|
0
|
0
|
1318
|
|
POST
|
extra info: this is code in c# (but you can translate in java) for image service but you can see method for your service map http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000262000000.htm
... View more
10-09-2012
12:13 PM
|
0
|
0
|
1318
|
|
POST
|
Yes. 102100 WGS_1984_Web_Mercator_Auxiliary_Sphere PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]] -Is your result in miles OK? -Is your ags 9.3.1 patched? -Do you try another wkid with units meter for see if you have result in meters.
... View more
10-09-2012
12:09 PM
|
0
|
0
|
1192
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|