Miner.Geodatabase Assembly : Miner.Geodatabase.Integration Namespace |
Class | Description | |
---|---|---|
![]() | AnnotationFeatureInfo | |
![]() | CoordinateSystem | |
![]() | DatabaseInfo | SDE database connection properties. |
![]() | EdgeFeatureInfo | A type of FeatureInfo that includes a collection of edge elements. Exported as FEATURE in the standard XML schema. |
![]() | EdgeInfo | Network information and geometry for an edge element. Exported as EDGE in the standard XML schema. |
![]() | ElementInfo | Abstract class containing basic information about network elements common to both edges and junctions. |
![]() | FeatureInfo | Abstract class for representing geodatabase features. Includes ObjectInfo's properties, and feature type. Concrete classes include JunctionFeatureInfo, EdgeFeatureInfo and SimpleFeatureInfo. Exported as FEATURE in the standard XML schema. |
![]() | FieldDefinition | Geodatabase field definition. |
![]() | FieldInfo | Exportable information about a field include the field's value, and it's definition. Exported as FIELD in the standard XML schema. |
![]() | GeoLine | A line geometry represented as a collection of point geometries. Network edge geometries are represented as GeoLine, and each vertex is exported as a NODE element in the standard XML schema. |
![]() | GeoPoint | Abstract class with exportable properties about a point geometry belonging to a feature, or part of one. |
![]() | JunctionFeatureInfo | A type of FeatureInfo that includes junction element information. Exported as FEATURE in the standard xml schema. |
![]() | JunctionInfo | Network information and geometry for a junction. Exported as NODE in standard XML schema. |
![]() | ObjectClassInfo | Geodatabase ObjectClass definition. |
![]() | ObjectInfo | Exportable information about a geodatabase object (a row in a registered geodatabase table). Exported as FEATURE in the standard XML schema. |
![]() | Point2D | A 2-dimensional point geometry. NODE elements in the standard XML schema have X and Y values taken from this class. |
![]() | RelationshipInfo | Exportable properties for a relationship class and a collection of objects in the related table. (ObjectInfo holds a collection of it's related objects under it's Relationships property, of this type.) |
![]() | SimpleFeatureInfo | A type of FeatureInfo that is not a network feature. |
Interface | Description | |
---|---|---|
![]() | IAnnotationElement | |
![]() | IFeatureShape | A common interface for all shape types. This is new for 9.3 rev 2. |
![]() | IFontInfo | |
![]() | IGroupAnnotationElement | |
![]() | ITextAnnotationElement | |
![]() | ITextSymbolInfo |
Structure | Description | |
---|---|---|
![]() | FieldKey | A combination of the ObjectClassID and the field index serves as a unique identifier for a field in the geodatabase. |
![]() | ObjectKey | A combination of the ObjectID and the ObjectClassID serves as a unique identifier for object in the geodatabase. |
Enumeration | Description | |
---|---|---|
![]() | EdgeOrientation | Indicates whether the traced direction of an edge was the same as the digitized direction of the geometry. Forward indicates that FromJunction is located at the beginning of the geometry. Reverse indicates it is at the end of the geometry. Unknown indicates that the orientation cannot be determined because the geometry is unavailable. |
![]() | ElementOrigin |