The following tables list the members exposed by ShapefileConverter.
| Name | Description | |
|---|---|---|
![]() | ShapefileConverter Constructor | ShapefileConverter constructor. |
| Name | Description | |
|---|---|---|
![]() | Count | The total number of ShapefileRecords in the collection. |
![]() | DatabaseSource | The Uri of the .dbf portion of the Shapefile. |
![]() | IsReadOnly | Boolean property indicating whether or not the collection is read-only. |
![]() | Item | ShapefileConverter indexer. |
![]() | ShapefileSource | The Uri of the .shp portion of the Shapefile. |
![]() | ShapeHeader | Gets the header of the Shapefile. |
![]() | ShapeType | Gets the shape type, as read from the header of the Shapefile. |
![]() | WorldRect | Gets or sets the world bounding rectangle. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a ShapefileRecord to the collection. |
![]() | Clear | Removes all ShapefileRecords from the collection. |
![]() | Contains | Checks whether or not the given item is present in the collection. |
![]() | CopyTo | Copies the ShapefileRecords in the collection to the given array, starting at the specified index. |
![]() | GetEnumerator | Gets the System.Collections.IEnumerator for the collection. |
![]() | IndexOf | Returns the index of the given ShapefileRecord in the collection. |
![]() | Insert | Inserts a ShapefileRecord into the collection at the specified index. |
![]() | Remove | Removes a ShapefileRecord from the collection. |
![]() | RemoveAt | Removes the ShapefileRecord at the specified index. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Event raised when the collection changes. |
![]() | ImportCompleted | Event raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris. |