|
POST
|
MCIHAL WILTON As far as I remember ArcPy has gone to 64bit only with Version 10.2. For ArcGIS 9.3 it was still 32 bit and you need to have installed a 64 bit Python which will not work. You should rather install 32 bit version of Python to work with ArcPy (ArcGIS 9.3). A clean install would be the best this to do and ESRI provides are the necessary softwares.
... View more
11-02-2014
10:47 PM
|
0
|
0
|
1151
|
|
POST
|
First make sure that you have the Security configured and working, on your IIS Then Configure you ArcGIS Server as follows 1) Users and roles from an existing enterprise system (LDAP or Windows Domain) or 2) Users from an existing enterprise system (LDAP or Windows Domain) and roles from ArcGIS Server's built-in store You can create Roles on your ArcGIS server and add users there. The give a 16 digit key that you will use to configure web adaptor. Once you configure web adaptor everything should be set. The Security settings on your ArcGIS Security page should look something like this if you are using Windows Authentication Configuration Settings User Store: Windows Domain Role Store: ArcGIS Server Built-in Authentication Tier Web Authentication Mode: Web
... View more
10-31-2014
01:50 AM
|
0
|
0
|
629
|
|
POST
|
I have worked on the Runtime JAVA SDK on Linux 10.2.3 and now 10.2.4.
... View more
10-30-2014
06:00 AM
|
0
|
0
|
480
|
|
POST
|
Thanks Melita Kennedy. My UpVote for the elaborate answer and also refreshing my memory
... View more
10-29-2014
11:28 PM
|
0
|
0
|
896
|
|
POST
|
If I recollect it correctly then those are XY domain, Tolerance, Precision related values. They are not used for transformation
... View more
10-29-2014
07:14 AM
|
2
|
3
|
896
|
|
POST
|
Hi, I am trying to initialize a JMap with a spatial reference and extent (Valid EPSG code) JMap jMap = new JMap(SpatialReference.create(32056), new Envelope(145027.3621, 124064.7350, 868193.2922, 1582086.7001)); I am able to launch everything perfectly and as an mpk (from ESRI sample) which gets projected correctly. new ArcGISLocalDynamicMapServiceLayer(getPathSampleData() + "mpks/USCitiesStates.mpk"); I am able to perform various operations like Zoom and pan etc Now I remove all layers and dispose the JMap (without close the application/jvm). Then try to do the same thing (like a projection on the fly). Since there is no setter method Spatial reference on JMap so I am creating the JMap again on click of a button and adding the mpk package as above. The Map loads fine which correct extents. I am also able to see the map panning correctly in all directions but the zoom in and zoom out starts to fail with the following exception. Requested an image but received content type text. Either the token used to access this server has expired or the parameters of this request are invalid. at com.esri.core.internal.io.handler.a.a(Unknown Source) at com.esri.core.internal.tasks.ags.j.a(Unknown Source) at com.esri.core.internal.tasks.ags.j.execute(Unknown Source) at com.esri.map.DynamicLayer$a.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) When I inspect the request I find that the image size if missing from the request parameter. Why is Zoom failing which pan is working fine !!! Regards Sachin
... View more
06-26-2014
01:29 PM
|
0
|
1
|
2887
|
|
POST
|
Is you have ArcSDE setup then you should be able to get the jar files from the location you setup you ArcSDE. The libraries should be under $SDEHOME/lib. Hope this helps !!
... View more
06-20-2014
08:24 AM
|
0
|
0
|
1345
|