Version

ShapefileConverter Class Members

The following tables list the members exposed by ShapefileConverter.

Public Constructors
 NameDescription
Public ConstructorShapefileConverter ConstructorShapefileConverter constructor.  
Public Properties
 NameDescription
Public PropertyCountThe total number of ShapefileRecords in the collection.  
Public PropertyDatabaseSourceThe Uri of the .dbf portion of the Shapefile.  
Public PropertyIsReadOnlyBoolean property indicating whether or not the collection is read-only.  
Public PropertyItemShapefileConverter indexer.  
Public PropertyShapefileSourceThe Uri of the .shp portion of the Shapefile.  
Public PropertyShapeHeaderGets the header of the Shapefile.  
Public PropertyShapeTypeGets the shape type, as read from the header of the Shapefile.  
Public PropertyWorldRectGets or sets the world bounding rectangle.  
Public Methods
 NameDescription
Public MethodAddAdds a ShapefileRecord to the collection.  
Public MethodClearRemoves all ShapefileRecords from the collection.  
Public MethodContainsChecks whether or not the given item is present in the collection.  
Public MethodCopyToCopies the ShapefileRecords in the collection to the given array, starting at the specified index.  
Public MethodGetEnumeratorGets the System.Collections.IEnumerator for the collection.  
Public MethodIndexOfReturns the index of the given ShapefileRecord in the collection.  
Public MethodInsertInserts a ShapefileRecord into the collection at the specified index.  
Public MethodRemoveRemoves a ShapefileRecord from the collection.  
Public MethodRemoveAtRemoves the ShapefileRecord at the specified index.  
Public Events
 NameDescription
Public EventCollectionChangedEvent raised when the collection changes.  
Public EventImportCompletedEvent raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris.  
See Also