|
POST
|
My understanging is that Windows Mobile does not support Image Services. It does support Map Services. Subtle difference - if you look at the REST endpoint in ArcGIS Server, you will not they are defined as either Map Service or an Image Service. You can place your images in a map document, and serve the map document as a Map Service. To make it faster, you can create a cache, and therefore have a cached Map Service. Windows Mobile will support this. If you have a cached tile dataset, ArcMap can view this as a raster datasource, so you can add the tile cache, to the map document as a raster layer, and then serve this as a Map Service. If the one tile cache is the only layer in the document, you can create a cache of the Map Service, and just copy the layers of data from the tile cache, into the service cache .....
... View more
07-11-2013
04:03 PM
|
0
|
0
|
1285
|
|
POST
|
We have a raster dataset, which is a mosaic of our orthophoto state coverage. We want to serve this via ArcGIS Server, as a base layer for viewing. I can use the Tile Cache toolset, specifically the Manage Tile Cache tool to create a tile cache: Manage Tile Cache (Data Management) http://resources.arcgis.com/en/help/main/10.1/index.html#/Manage_Tile_Cache/001700000189000000/ The question then is, how is this best served via ArcGIS Server? I can serve the tile cache as an image service. If I do this, and want it to be really fast, then I could generate an image server cache from the tile cache. But it does not seem logical to generate a cache of a cache, and it doubles the amount of data we have. I can place the tile cache in a map document as a raster data source, and then serve the map document. But again, to make it fast, I can generate a map server cache. But again, I have a cache of a cache and it double the amount of data we have. With a bit to stuffing around, I can create an image service, with an image server cache. I can then replace that image service, where the data source reference the actual cache. The source of the image service becomes the image server cache. I can do a similar thing with respect to a map service, where the data source in the map document, is the actual map services own cache. I am still left with the question of should I do this, and also, should I do it with a map service or an image service? The data source has to be a raster, so that I can have the WMS capability. Cheers, Mark
... View more
06-03-2013
05:46 PM
|
0
|
0
|
954
|
|
POST
|
Thanks Anthony. Same problem, and this was the solution.
... View more
04-22-2013
03:27 PM
|
0
|
0
|
1923
|
|
POST
|
I want to consume the servive, not copy the data to the hardware device.
... View more
04-15-2013
03:27 PM
|
0
|
0
|
1285
|
|
POST
|
You probably need to do a Polygon to Raster: http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000030000000 Followed by a Reclass: http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000sr000000 Licensing would require Spatial Analyst or 3D Analyst.
... View more
04-14-2013
06:07 PM
|
0
|
0
|
2025
|
|
POST
|
Hi Peoples, When will ArcGIS for Windows Mobile support ArcGIS Server Image Services? All our image data is served as ArcGIS Server Image Services (that have a tiled cache) - but these cannot be consumed in ArcGIS for Windows Mobile. These are the supported data types : http://resources.arcgis.com/en/help/windows-mobile/app/index.html#/Supported_layer_and_data_types/007v00000008000000/ Cheers, Mark
... View more
04-14-2013
05:20 PM
|
0
|
6
|
3349
|
|
POST
|
Hi Peoples, ArcGIS 10.1 SP # 1. When building Seamlines for a Mosaic Dataset, one of the computional methods is EDGE_DETECTION . Anyone know what this does? Cheers, Mark
... View more
11-26-2012
05:22 PM
|
0
|
1
|
605
|
|
POST
|
I found a similar problem when editing. According to the help: " Records are written to log file tables for later use by the application whenever a selection of a specific size is made, a reconciliation or post on a versioned database is performed, or a disconnected editing checkout is done in a client application." My sdeconfig settings for log files were: MAXSTANDALONELOGS 0 ALLOWSESSIONLOGFILE TRUE LOGFILEPOOLSIZE 100 HOLDLOGPOOLTABLES TRUE When I changed them to: MAXSTANDALONELOGS 0 ALLOWSESSIONLOGFILE FALSE LOGFILEPOOLSIZE 0 HOLDLOGPOOLTABLES TRUE the problem went away.
... View more
12-12-2011
02:13 PM
|
0
|
0
|
3491
|
|
POST
|
To use the SQl functions of ST_Geometry, you need to configure the Oracle listener.ora and the tnsnames.ora files. The following link to Oracle documentation would indicate the default configuration no longer requires this configuration change, just a simple addition to the extproc.ora file. There are some times when this won't work though - see below. Question then is, will this default configuration work with ArcSDE ST_Geometry? Anyone know? http://download.oracle.com/docs/cd/B28359_01/network.111/b28316/advcfg.htm#NETAG0132 13.5.1 indicates: Note: The default configuration for external procedures no longer requires a network listener to work with Oracle Database and extproc agent. The extproc agent is spawned directly by Oracle Database and eliminates the risks that extproc might be spawned by Oracle Listener, unexpectedly. This default configuration is recommended for maximum security. You can change the default configuration for external procedures and have your extproc agent spawned by Oracle Listener. To do this, however, you must perform additional network configuration steps. Having your extproc agent spawned by Oracle Listener is necessary if you use: * Multi-threaded Agent * Oracle Database in MTS mode on Windows * AGENT clause of the LIBRARY specification or AGENT IN clause of the PROCEDURE specification such that you can redirect external procedures to a different extproc agent When you use the default configuration for external procedures, the extproc agent is spawned directly by Oracle Database. There are no configuration changes required for either listener.ora or tnsnames.ora. When the default configuration for external procedures is used, define the environment variables to be used by external procedures in the extproc.ora file located in the $ORACLE_HOME/hs/admin directory on UNIX operating systems or the %ORACLE_HOME%\hs\admin directory on Windows.
... View more
08-23-2011
11:31 PM
|
0
|
6
|
2760
|
|
POST
|
I see my error now. Read the manual and use in-line variables as the output. Cheers, Mark
... View more
07-14-2011
08:27 PM
|
0
|
0
|
1212
|
|
POST
|
Hi Eric, Have you tried this method on real data? I can't get it to work. The clip values don't keep iterating and changing with the new tiles, and I can't see a way to change the name of the output raster file - so any output is over written each time. What am I missing here? Cheers, mark
... View more
07-14-2011
07:21 PM
|
0
|
0
|
1212
|
|
POST
|
Downloaded the GDBT extension from : http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all (Noted the download was not mentioned on the www.esri.com web site for extensions) When I select the User Information, it crashes ArcCatalog. ArcGIS 10 Service Pack 1 ArcSDE 9.3 (Oracle)
... View more
11-17-2010
02:31 PM
|
0
|
8
|
2312
|
|
IDEA
|
Anyone that creates maps for purchase by the end use, adds a barcode. Everything we purchase at the shop has a barcode. I would therefore expect this functionality from ArcGIS.
... View more
05-23-2010
04:34 PM
|
8
|
1
|
681
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-17-2022 04:39 PM | |
| 1 | 05-09-2023 08:11 PM | |
| 5 | 09-13-2022 03:18 PM | |
| 1 | 09-12-2022 06:55 PM | |
| 1 | 05-31-2022 10:13 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|