POST
|
Hi Rinke, Did you find any solution regarding this gdal1.8 issue in ArcGIS Desktop 10.3.x? kindly let me know
... View more
08-06-2015
12:17 AM
|
0
|
1
|
10
|
POST
|
Good morning Yusf, I used this properties, that positioning the default location, but I need to overwrite the default position as I like. Regards, Adhi.D
... View more
04-26-2015
06:45 PM
|
0
|
0
|
3
|
POST
|
Dear All, I would like to change the zoom slider control property (i.e, reposition the control bit down and change the height)., its working good in version 2.2 but not in 10.13., I used the below line of code before create map . esriConfig.defaults.map.slider = {left:"10px", top:"100px", width : null, height:"150px"}; map = new esri.Map("map", { basemap : "topo", slider:true, zoom:6 let me know what's wrong here?
... View more
04-24-2015
12:32 PM
|
0
|
2
|
3074
|
POST
|
one more fix....line 21 in the property method UniqueValues If row.Value(iField) isnot DBNull.value andalso dc.ContainsKey(row.Value(iField)) = False Then dic.Add(row.Value(iField),"") end if
... View more
02-23-2015
11:40 PM
|
0
|
0
|
5
|
POST
|
Hi, I have already installed VS 2013 Professional version in my desktop PC (windows 7 OS). then download try to install ArcObject 10.1 Sdk for .net but vain., Its looking for Visual studio 2010 version. Do you have any comments/solution.. please let me know.
... View more
01-28-2015
09:07 PM
|
0
|
1
|
6659
|
POST
|
Environment is : Window 7, Visual studio 2010 vb.net Frame work 3.5, ArcObject 10.0 .net sdk. I have used the below code in arcobject. BaseCommand implementation (see the full code in the attached doc) to access the value from the given .accdb file. The code successfully ran and displayed the expected result, when click the command button in ArcMap - ArcGIS Desktop 10.0. , after 10 or 20 seconds ArcMap shows the attached error message. Public Overrides Sub OnClick() Dim sAccdbPath As String = "" ' "C:\ProgramData\MapManager\Resources\Project\MapManagerProject.accdb" Dim pFileOpen As New System.Windows.Forms.OpenFileDialog If pFileOpen.ShowDialog() = Windows.Forms.DialogResult.OK Then sAccdbPath = pFileOpen.FileName If Not String.IsNullOrEmpty(sAccdbPath) AndAlso System.IO.File.Exists(sAccdbPath) Then Dim sConnString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & sAccdbPath & ";Persist Security Info=False;" Dim sSQL As String = "" '"SELECT * FROM MgrVersion" sSQL = InputBox("Enter simple select query : ", "Read .accdb database") Using connection As New OleDb.OleDbConnection(sConnString) Dim pCmd As New OleDb.OleDbCommand(sSQL, connection) Dim pRdr As OleDb.OleDbDataReader = Nothing Try pCmd.Connection.Open() pRdr = pCmd.ExecuteReader() If pRdr.HasRows Then pRdr.Read() MsgBox(pRdr.Item(0)) End If Catch ex As Exception MsgBox(ex.ToString) End Try End Using Else MsgBox("Invalid file") End If End Sub PS: Arcobject 10.0 alos crash after connect the .accdb file using oledb connection. Even deploy this dll in to the banlk arcgis desktop 10.0 installed machine, there also happeing the same. Kindly help to clear this issue.
... View more
08-06-2014
09:23 PM
|
0
|
2
|
3658
|
POST
|
Hi, Our users are working with multiband (150 bands) raster dataset, which are in divestco's .Sl0 file format., and the huage raster files are stored shared folder in the server. Now we are planing to utilise the mosaic dataset's alongwith ArcGIS server's image service to serve these raster data to the user's. we achieved this by the following: Note: each .sl0 files assoicated with two more files .DB, .3d a. Created raster mosaic dataset and inserted raster datasets using toolbox tools. Then viewed the same in arcmap, all ok. b. Published that mosaic dataset as image service using ArcGis 10 server manager. (Note: No image server extension installed). c. Then added that image service as a layer in ArcMap desktop 10. Validate the attribute table and view the images, all ok. however, when download the selected raster dataset, the dialog box show and listing only all .ovr, .xml., .tif., files but not showing that .sl0, .DB and .3d files., even after download. So, kindly help me How can i download the .sl0 and its associate files with all bands (150). Why its automatically converted to .tiff format. Is image server extension must required to publish mosaic data (in AGS 10)? Thanks & Regards, Adhi.D
... View more
03-09-2014
10:58 PM
|
0
|
0
|
1774
|
POST
|
Dear Team, In my ArcCatog 10.0, i have created a OLEDB connection with my local xyz. accdb and explored the data. but getting the ArcCatalog Application has stoped working message (see the attached image). I gone through the ESRI Knowledge Base - Technical Articles : Connect to Microsoft Access 2007/2010 (ACCDB) files in ArcGIS document., all the setting are correct on my Machine. (Windows 7, VS 2010, office 2007). Kindly help me to resolve this issue. Thanks & Regards, Adhi.D
... View more
06-25-2013
09:07 PM
|
0
|
1
|
258
|
POST
|
Hi, We have a senario to catch the VersionChange event in ArcMap, to achieve this we try to implement the IVersionEvents , IWorkspaceExtension2 and IWorkspaceExtensionControl interface and registered with GeodatabaseWorkspaceExtensions component category. Even tried with a propritery class to Listen the events (IVersionEvents_Event) No success, Kindly help us to catch the IVersionEvents in ArcMap. Thanks & Regards, Adhi.D
... View more
02-27-2013
07:04 PM
|
0
|
3
|
804
|
POST
|
Hi yes, the below code is working fine to check whether the DDP enabled in the MXD. But the DDP can be enabled with only one Map Dataframe. in otherway, if the MXD have more than one Dataframe, then let me know the DDP enabled to which dataframe. import arcpy mxd = arcpy.mapping.MapDocument(r"C:\Projects\Untitled_new.mxd") if hasattr(mxd, "dataDrivenPages"): print "yes" else : print "No"
... View more
08-03-2011
11:32 PM
|
0
|
0
|
6
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|