|
POST
|
Hi all We wrote a model builder that runs in ArcMap and appends the data copied in a personal geodatabase layer to one of the editable layers that is versioned. When we run this model it always shows an error message, and the append fails. We tried the same model but this time running the append against a personal geodatabase and it works fine. Any explanation why the append does not work with SDE versioned layers, and works with personal or file geodatabases? Thanks
... View more
08-28-2012
12:59 PM
|
0
|
0
|
2128
|
|
POST
|
Hi all What is the best way to rename a field in an Oracle 11 SDE geodatabase
... View more
08-08-2012
04:36 AM
|
0
|
1
|
1131
|
|
POST
|
Hi all I would like to implement a copy/paste where an user selects a feature from one layer and copies it in another editable layer. Any suggestions. Thanks
... View more
07-30-2012
08:49 AM
|
0
|
1
|
910
|
|
POST
|
Hi all Anyone copy/pasted a polygon from one layer to another using Silverlight thanks
... View more
07-30-2012
07:40 AM
|
0
|
1
|
1052
|
|
POST
|
How do you declare a comment field type varchar with ArcCatalog that is pointing to an SDE Oracle 11G database? Do you create a text with length 2000? Thanks It depends on what you want to do with them, and the chracter set in which they've been encoded. While CLOB/NCLOB types may seem attractive, they are not nearly as efficent as VARCHAR for most of the functions you would usually want to run on them, and anyone who can't comment in 2000 or 4000 characters isn't likey to generate a comment you'd want to use anyway. - V
... View more
07-26-2012
04:14 AM
|
0
|
0
|
2916
|
|
POST
|
Hi all In silverling how can I create a new polygon feature copy/pasting one or several existing properties (polygons). The goal is to allow an end user to creaet a new project selecting an area covered by one or several properties. In ArcMap it is really easy, but how can I do that with silverlight?
... View more
07-24-2012
12:00 PM
|
0
|
1
|
627
|
|
POST
|
Hi all What field data type do you use to store comments ? thanks
... View more
07-24-2012
06:53 AM
|
0
|
5
|
4030
|
|
POST
|
Hi all I am using ArcGIS 9.3. I need to add a condition after a ModelBuilder GetCount. When the number of records counted is bigger that 1000 the model stops running. Questions: - how to retrieve Get Count in a model - how to stop a model when the value read is bigger that 1000 for example thanks
... View more
06-22-2012
10:19 AM
|
0
|
5
|
5355
|
|
POST
|
Hello again, How can I run it into ArcMap and make it point to a specific layer in the map, and for this layer only run for the selected features. The goal is to have an editor run the model builder script after selecting a few points in a specific layer or after creating points in this same specific layer.
... View more
06-21-2012
11:22 AM
|
0
|
0
|
1886
|
|
POST
|
Hi all I would like to run a modelbuilder script only for the selected records in a feature class. how can I pass to modelbuilder only the features selected? Thanks
... View more
06-21-2012
10:03 AM
|
0
|
4
|
2033
|
|
POST
|
Thanks I also have found this sample http://resources.esri.com/help/9.3/ArcGISDesktop/dotnet/4aac10e4-d44d-4dc3-a7b4-5edae04798b3.htm Case esriGeometryType.esriGeometryPolygon
Dim poly As IPolygon = New Polygon
Dim pointColl As IPointCollection = CType(poly, IPointCollection)
pointColl.AddPoint(lowLeft)
pointColl.AddPoint(lowRight)
pointColl.AddPoint(upRight)
pointColl.AddPoint(upLeft)
Dim maware As IMAware = CType(poly, IMAware)
maware.MAware = True
poly.Close()
Dim topoOp2 As ITopologicalOperator2 = CType(pointColl, ITopologicalOperator2)
If topoOp2.IsKnownSimple = True Then
topoOp2.Simplify()
Dim polyExt As IFeature = CreateFeature(featClass, poly)
End If
... View more
06-15-2012
03:23 AM
|
0
|
0
|
530
|
|
POST
|
How to write this line in vb.net with a IGeoprocessor # Create a Polygon object based on the array of points # polygon = arcpy.Polygon(array) thanks
... View more
06-14-2012
05:17 AM
|
0
|
2
|
806
|
|
POST
|
http://resources.esri.com/help/9.3/arcgisengine/dotnet/093179a1-3de1-44eb-82f1-46ba0811178b.htm
... View more
06-12-2012
05:36 PM
|
0
|
0
|
453
|
|
POST
|
Hi all I am writing a console application and would like to know how to write these lines in vb.net # Create empty Point and Array objects # point = arcpy.Point() array = arcpy.Array() # A list that will hold each of the Polygon objects # featureList = [] # point point of the array in to close off the polygon array.add(point) # Add the first point of the array in to close off the polygon array.add(array.getObject(0)) # Create a Polygon object based on the array of points # polygon = arcpy.Polygon(array) # Clear the array for future use # array.removeAll() # Append to the list of Polygon objects # featureList.append(polygon) http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html - /Polygon/000v000000n1000000/
... View more
06-12-2012
05:22 PM
|
0
|
1
|
932
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|