Version

ShapefileRecord Class Members

The following tables list the members exposed by ShapefileRecord.

Public Constructors
 NameDescription
Public ConstructorShapefileRecord ConstructorCreates instance of ShapefileRecord  
Public Properties
 NameDescription
Public PropertyBoundsGets the bounds for the shapes  
Public PropertyFieldsA dictionary containing the field names and values for this record.  
Public PropertyFieldsNamesGets a list of field names and values for this record  
Public PropertyFieldsTypesGets a list of field types and values for this record  
Public PropertyPointsA list of lists of points for this record.  
Public PropertyShapeTypeGets the shape type, as read from the header of the Shapefile.  
Public Methods
 NameDescription
Public MethodGetFieldValue  
Public MethodResetResets all the properties to their default values  
Public MethodSetFieldValue  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property value is changed.  
See Also