The following tables list the members exposed by ShapefileConverter.
Name | Description | |
---|---|---|
ShapefileConverter Constructor | ShapefileConverter constructor. |
Name | Description | |
---|---|---|
DatabaseSourceProperty | Identifies the DatabaseSource dependency property. | |
DeferImportCompletedProperty | Identifies the DeferImportCompleted property. | |
MaxLatitude | ||
MaxLongitude | ||
MinLatitude | ||
MinLongitude | ||
ShapefileSourceProperty | Identifies the ShapefileSource property. |
Name | Description | |
---|---|---|
ComputedWorldRect | Gets the world bounding rectangle, based on the filtered shapes | |
Count | The total number of ShapefileRecords in the collection. | |
DatabaseSource | The Uri of the .dbf portion of the Shapefile. | |
DeferImportCompleted | The Uri of the .shp portion of the Shapefile. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
IsReadOnly | Boolean property indicating whether or not the collection is read-only. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
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 the world bounding rectangle, as read from the header of the Shapefile. |
Name | Description | |
---|---|---|
Add | Adds a ShapefileRecord to the collection. | |
Clear | Removes all ShapefileRecords from the collection. | |
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
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. | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetEnumerator | Gets the System.Collections.IEnumerator for the collection. | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLargestShapeBoundsForRecord | ||
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetMaxLongitude | ||
GetRecord | ||
GetRecordBounds | ||
GetRecordFieldNames | ||
GetRecordsCount | ||
GetRecordValue | ||
GetRecordValues | ||
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetWorldBounds | ||
IndexOf | Returns the index of the given ShapefileRecord in the collection. | |
Insert | Inserts a ShapefileRecord into the collection at the specified index. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
IsValidGeoPoint | ||
IsValidGeoShape | ||
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Remove | Removes a ShapefileRecord from the collection. | |
RemoveAt | Removes the ShapefileRecord at the specified index. | |
RemoveRecord | ||
SendImportCompleted | ||
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetRecordValue | ||
SetRecordValues | ||
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
SetWorldBounds | ||
ShiftAllShapes | ||
ShiftShapes |
Name | Description | |
---|---|---|
OnPropertyChanged | Overloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
CollectionChanged | Event raised when the collection changes. | |
Filter | ||
ImportCompleted | Event raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris. | |
ImportPending | Event raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris. | |
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |