|
POST
|
I haven't seen but I think that this information is in IServerObjectConfiguration4 in Properties because in soe you have ServerObject that has only ConfigurationName (name of service) and Type (type of service).
... View more
09-19-2013
06:12 AM
|
0
|
0
|
1058
|
|
POST
|
Thank you for link. I had used only CustomTransformations for a ntv2 in arcgis server
... View more
09-19-2013
05:13 AM
|
0
|
0
|
1175
|
|
POST
|
I confirm that workaround is OK if you have only VS 2012 installed However there is always the problem (index error) if you have settings Language not english: you must change o remove 'Date attribute'
... View more
09-18-2013
08:42 AM
|
0
|
0
|
3206
|
|
POST
|
try C:\Users\arcgis\AppData\Roaming\ESRI\Server10.1\ArcToolbox\Coordinate Systems (x coordinate system) C:\Users\arcgis\AppData\Roaming\ESRI\Server10.1\ArcToolbox\CustomTransformations (x custom transformation)
... View more
09-18-2013
05:03 AM
|
0
|
0
|
1175
|
|
POST
|
Erik, ask your partner Esri for details of licensing arcgis server.
... View more
09-18-2013
04:31 AM
|
0
|
0
|
2172
|
|
POST
|
have you tried MSBUILD /v:diagnostic (see for details http://msdn.microsoft.com/en-us/library/vstudio/ms164311.aspx) for check what's the problem? if you run from dos vs : gacutil /l Microsoft.VisualStudio.Shell.9.0 do you see version 2.0.0.0? why seems that GenerateServerAddInXml task could not be loaded because there is a dependency with Microsoft.VisualStudio.Shell.9.0 version 2.0.0.0 Extra info: in assemblyinfo, you try in addinpackage remove the Date attribute if you haven't English settings computer
... View more
09-17-2013
08:36 AM
|
0
|
0
|
3206
|
|
POST
|
if they aren't concrete objects 3d (in your case: polygon extruded) I think that you must before convert with this tool: http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000083000000 In help http://resources.arcgis.com/en/help/main/10.2/index.html#//00q9000000np000000 I don't see if you use extruded objects it then convert in web scene ...
... View more
09-10-2013
05:18 AM
|
0
|
0
|
2182
|
|
POST
|
When do you generate the token what's the option choosen: specific IP address, Web application URL or IP address of this request's origin?
... View more
09-09-2013
10:42 PM
|
0
|
0
|
661
|
|
POST
|
if you want use arcobjects: convert json to igeometry
string jsonGeometryPoint = "{\"x\" : -118.15, \"y\" : 33.80, \"spatialReference\" : {\"wkid\" : 4326}}";
IJSONReader jsonReader = new JSONReaderClass();
jsonReader.ReadFromString(jsonGeometryPoint);
IJSONDeserializer jsonDeserializer = new JSONDeserializerGdbClass();
jsonDeserializer.InitDeserializer(jsonReader, null);
IGeometry geometry = ((IExternalDeserializerGdb)jsonDeserializer).ReadGeometry(esriGeometryType.esriGeometryPoint);
IPoint point = (IPoint)geometry;
for geometry to wkb you can use CreateWkbVariantFromGeometry of geometryFactory
IGeometryFactory3 factory = new GeometryEnvironment() as IGeometryFactory3;
byte[] polygonWKB = geometryFactory.CreateWkbVariantFromGeometry(polygon) as byte[];
System.Data.SqlTypes.SqlBytes polygonWKB = new System.Data.SqlTypes.SqlBytes(PolygonWKB);
SqlGeometry sqlGeometry = SqlGeometry.STGeomFromWKB(polygonWKB, 4326);
SqlGeography sqlGeography = Functions.MakeValidGeographyFromGeometry(sqlGeometry);
... View more
09-06-2013
01:57 AM
|
0
|
0
|
5158
|
|
POST
|
with firebug what do you see in net tab (request rest) when you click 'go to'? so you can understand what can be the problem.
... View more
09-05-2013
12:12 AM
|
0
|
0
|
3329
|
|
POST
|
as you said use this option for not publicize via html your service. You don't want that your server to be searchable from search engines. You want use your server but you don�??t want to publicize that your server is accessible to others. so for your goals you can use one of your options.
... View more
09-03-2013
06:43 AM
|
0
|
0
|
1320
|
|
POST
|
extra info for details see Matrix arcgis server (pag 5): http://www.esri.com/library/brochures/pdfs/arcgis-server-functionality-matrix.pdf
... View more
09-03-2013
06:14 AM
|
0
|
0
|
670
|
|
POST
|
if you have this error the JSON string does not conform to the ExportWebMap specification
... View more
08-09-2013
05:47 AM
|
0
|
0
|
2812
|
| 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 |
yesterday
|