POST
|
Hi All This is one year old. Is their any changes about this subject? Thanks Mody
... View more
03-05-2013
02:08 AM
|
0
|
0
|
629
|
POST
|
Hi Peter Thanks for the quick and good answer (as usual). Can you explain the other options (I could not find a good explanation in the help). Why this option is not in the Default tab in the mosaic properties? Thanks Mody
... View more
02-09-2013
08:15 PM
|
0
|
0
|
427
|
POST
|
We have a mosaic that we like to publish as an image service. After looking on the mosaic in desktop we think that the "none" stretch method is the best. We can publish it as map service and save it to the MXD but we would like it to be image service. We can drop the statistics but we do not want to do that. Is there any other way to define the default stretch method for the mosaic or for the image service itself? Thanks
... View more
02-07-2013
04:50 AM
|
0
|
2
|
2359
|
POST
|
We would like to use ODP.NET to access ArcSDE data in Oracle stored in st_geometry format. Is this supported by ESRI? Does anybody out there use it? Is it possible to run the st_ ESRI function (for example st_buffer) using this connection? Thanks Mody
... View more
01-24-2013
03:24 AM
|
0
|
0
|
291
|
POST
|
Hi all I am trying to display a S57 file in the new RunTime WPF SDK 10.1.1 The example for HydrographicS57Layer is clear and works fine. Now I would like to control my display properties (for example NIGHT color scheme). As far as I understand I need the HydrographicS52DisplayProperties class for this. I cannot find the way to get HydrographicS52DisplayProperties from HydrographicS57Layer. The HydrographicS57Layer is written in the HydrographicS52DisplayProperties help (see here: http://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.AdvancedSymbology.HydrographicS52DisplayProperties.html ). Thanks Mody
... View more
01-20-2013
08:40 PM
|
0
|
11
|
4683
|
POST
|
Hi Try to use the GP tool Spatial Analyst->Extraction->Extract Values to Points Mody
... View more
01-16-2013
09:19 PM
|
0
|
0
|
737
|
POST
|
Hi Try something like this: mxd = arcpy.mapping.MapDocument(r"C:\temp\test.mxd") lst = arcpy.mapping.ListLayers(mxd,"*") for l in lst: print l.isRasterLayer Have fun
... View more
01-13-2013
08:27 PM
|
0
|
0
|
1214
|
POST
|
Hi It is just like any other workspace with some limitations. The docs (for .NET but it should be the same for JAVA) is here: http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/001m/001m0000002q000000.htm The only different you have to rememeber is that it deleted when your application exits. When ever you start you get a new (empty) in memory workspace. Have fun Mody
... View more
01-08-2013
09:38 PM
|
0
|
0
|
388
|
POST
|
Hi MDruzgala Thanks for your response. I already consider this option. I would like the configuration to be able to get any ready-to-use button. For this I need very long switch. I am looking for something similar to what ObjectFactory.Create do, this interface is part from the framework library so I cannot use it in Engine. Mody
... View more
01-03-2013
12:59 AM
|
0
|
0
|
248
|
POST
|
I am developing an Engine Java application. I would like to use the ready-to-use buttons but I do not like the toolbar control. I used the techniques described here: http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000785000000.htm under the "Control commands without the ToolbarBean" subject but I changed the code a little to look like this: ICommand c = (ICommand)new ControlsSelectFeaturesTool(); This works nicely. Now I would like to create my buttons dynamically by some configuration file. I would like the software to read the file and create the buttons by the names found in the file. For example if the string in the file is "Controls.ControlsSelectFeaturesTool" I would like to run something like this: ICommand c = (ICommand)CreateObject("Controls.ControlsSelectFeaturesTool") Can somebody explain if this can be done and how? Thanks Mody
... View more
01-02-2013
08:36 PM
|
0
|
2
|
489
|
POST
|
There is no license manager for Server. The license is local to the server machine and does not "float". You have everything needed to get a license in the Server installation. Have fun Mody
... View more
12-31-2012
08:59 PM
|
0
|
0
|
386
|
POST
|
Why no running the script on the desktop machine and make it connect to the database on the remote machine? That way you do not have to install anything and the script will share the desktop license in case somebody else using it? Mody
... View more
12-24-2012
08:03 PM
|
0
|
0
|
442
|
POST
|
Hi Stan You just created the inMemory workspace so I do not think you have any feature class or table in it. After you create them (using CreateFeatureClass or CreateTable) you can just open them by name. You do not give full path to open a feature class or table you just give the name. The same is true for FGDB or ArcSDE workspace. You set the path when you open the workspace (n need for memory workspace). Have Fun Mody
... View more
12-22-2012
09:06 PM
|
0
|
0
|
408
|
POST
|
Some other web software (not esri) would like to use the results of a visibility analysis (Viewshad). They are sending the observation points with all other information (radius, offset etc.) The problem is how to return the results. They would not like the results it to be saved on disk (for performance reason) but the image to be returned as an object in memory with some information on where it is in the world. The client application should be responsible to draw it in the correct location. How can this be done? Thanks
... View more
11-20-2012
08:57 PM
|
0
|
0
|
397
|
POST
|
Should it be so complex? Let me separate the problem into two different problems. 1) I have calculated a route. How do I get the time my car will be on each segment. I think if I have the ordered segment collection and the time for each segment �?? it should not be too hard to get it. 2) I have a network and information about the time it takes to cross each segment in a different time in the week. How do I put this information into the network so the routing will take it in to account. If I solve these two questions and combine them I solve the problem. There is not to much more into the real problem, it is just a way to make sure two "cars" will not be on the same segment in the same time. Thanks
... View more
11-17-2012
09:16 PM
|
0
|
0
|
777
|
Title | Kudos | Posted |
---|---|---|
1 | 2 weeks ago | |
1 | 09-18-2017 04:16 AM | |
1 | 10-21-2019 11:04 PM | |
1 | 02-20-2020 05:42 AM | |
2 | 02-19-2020 11:27 PM |
Online Status |
Online
|
Date Last Visited |
yesterday
|