ILNumerics - Technical Application Development
SystemObject
ILNumerics.Drawing.PlottingShapefileReader
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
A class used to read shapefiles and create a cell array on the basis of the coordinates and indices of the records included.
[ILNumerics Drawing2 Toolbox]
Inheritance Hierarchy
ILNumerics.Drawing.PlottingShapefileReader
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The ShapefileReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShapefileReader(Byte, Byte) |
Use constructor to read data from a shapefile and write the data to a cell.
[ILNumerics Drawing2 Toolbox] | |
ShapefileReader(String, String) |
Use constructor to read data from a shapefile and write the data to a cell.
[ILNumerics Drawing2 Toolbox] |
Properties
Name | Description | |
---|---|---|
geometryData |
Contains the coordinates of the shapefile.
[ILNumerics Drawing2 Toolbox] | |
numberOfRecords |
Contains the number of records.
[ILNumerics Drawing2 Toolbox] | |
shapeType |
Contains the shape type.
[ILNumerics Drawing2 Toolbox] |
Remarks
[ILNumerics Drawing2 Toolbox]
See Also