Version

ShapefileConverter Class Members

The following tables list the members exposed by ShapefileConverter.

Public Constructors
 NameDescription
Public ConstructorShapefileConverter ConstructorShapefileConverter constructor.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)DatabaseSourcePropertyIdentifies the DatabaseSource dependency property.  
Public Fieldstatic (Shared in Visual Basic)DeferImportCompletedPropertyIdentifies the DeferImportCompleted property.  
Public FieldMaxLatitude  
Public FieldMaxLongitude  
Public FieldMinLatitude  
Public FieldMinLongitude  
Public Fieldstatic (Shared in Visual Basic)ShapefileSourcePropertyIdentifies the ShapefileSource property.  
Public Properties
 NameDescription
Public PropertyComputedWorldRectGets the world bounding rectangle, based on the filtered shapes  
Public PropertyCountThe total number of ShapefileRecords in the collection.  
Public PropertyDatabaseSourceThe Uri of the .dbf portion of the Shapefile.  
Public PropertyDeferImportCompletedThe Uri of the .shp portion of the Shapefile.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsReadOnlyBoolean property indicating whether or not the collection is read-only.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
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 the world bounding rectangle, as read from the header of the Shapefile.  
Public Methods
 NameDescription
Public MethodAddAdds a ShapefileRecord to the collection.  
Public MethodClearRemoves all ShapefileRecords from the collection.  
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
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 MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetEnumeratorGets the System.Collections.IEnumerator for the collection.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLargestShapeBoundsForRecord  
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetMaxLongitude  
Public MethodGetRecord  
Public MethodGetRecordBounds  
Public MethodGetRecordFieldNames  
Public MethodGetRecordsCount  
Public MethodGetRecordValue  
Public MethodGetRecordValues  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetWorldBounds  
Public MethodIndexOfReturns the index of the given ShapefileRecord in the collection.  
Public MethodInsertInserts a ShapefileRecord into the collection at the specified index.  
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)IsValidGeoPoint  
Public Methodstatic (Shared in Visual Basic)IsValidGeoShape  
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRemoveRemoves a ShapefileRecord from the collection.  
Public MethodRemoveAtRemoves the ShapefileRecord at the specified index.  
Public MethodRemoveRecord  
Public MethodSendImportCompleted  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetRecordValue  
Public MethodSetRecordValues  
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodSetWorldBounds  
Public MethodShiftAllShapes  
Public MethodShiftShapes  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedOverloaded. 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)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Public Events
 NameDescription
Public EventCollectionChangedEvent raised when the collection changes.  
Public EventFilter  
Public EventImportCompletedEvent raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris.  
Public EventImportPendingEvent raised when the Shapefile has been imported from both the ShapefileSource and DatabaseSource Uris.  
Public EventPropertyChanged (Inherited from Infragistics.DependencyObjectNotifier)
See Also