Name | Description | |
---|---|---|
NEsriShapefile Constructor | Overloaded. |
The following tables list the members exposed by NEsriShapefile.
Name | Description | |
---|---|---|
NEsriShapefile Constructor | Overloaded. |
Name | Description | |
---|---|---|
ColumnNames | Gets only the names of the columns in the DBF file without reading the other data. | |
DataTable | Gets the data table filled from the DBF file. | |
DbfEncoding | The encoding to use when reading string data from the accompanying DBF data file. By default set to UTF-8. | |
Features | Gets the shapes. | |
FillRule | Gets/Sets the fill rule associated with this ESRI shapefile. | |
MapBounds | Gets the bounds of the map. | |
MaxTextZoomPercent | Gets/Sets the maximum zoom percent for texts. | |
MaxZoomPercent | Gets/Sets the maximum zoom percent above which the shapes of this shapefile should become hidden. By default set to Double.MaxValue. | |
MinTextZoomPercent | Gets/Sets the minimum zoom percent for texts. | |
MinZoomPercent | Gets/Sets the minimum zoom percent at which the shapes of this shapefile should become visible. By default set to 0, which means that the shapes are always visible. | |
Name | Gets the name of the shapefile without the extension. | |
NameColumn | Specifies the data column from the DBF file to use for naming of the diagram shapes created from the shapefile. | |
RecordType | Gets the record type contained in this ESRI shapefile. | |
TextColumn | Specifies the data column from the DBF file to use for labeling the diagram shapes created from the shapefile. |
Name | Description | |
---|---|---|
DataBind | Overloaded. Imports data from a database. | |
LoadFromFile | Loads an ESRI shapefile from the given file and stream. | |
Read | Reads the ESRI shapefile (.shp) and its attributes (.dbf). | |
ReadDbf | Reads shape attributes from the given DBF stream. | |
ToString | Returns a string description of the current NEsriShapefile. |