Version 24.2 (latest)

ShapefileConverter Class Methods

For a list of all members of this type, see ShapefileConverter members.

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)
See Also