ILNumerics Ultimate VS

ShapefileReader Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

SystemObject
  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

[SerializableAttribute]
public class ShapefileReader

The ShapefileReader type exposes the following members.

Constructors

  NameDescription
Public methodShapefileReader(Byte, Byte)
Use constructor to read data from a shapefile and write the data to a cell.

[ILNumerics Drawing2 Toolbox]

Public methodShapefileReader(String, String)
Use constructor to read data from a shapefile and write the data to a cell.

[ILNumerics Drawing2 Toolbox]

Top
Properties

  NameDescription
Public propertygeometryData
Contains the coordinates of the shapefile.

[ILNumerics Drawing2 Toolbox]

Public propertynumberOfRecords
Contains the number of records.

[ILNumerics Drawing2 Toolbox]

Public propertyshapeType
Contains the shape type.

[ILNumerics Drawing2 Toolbox]

Top
Remarks

[ILNumerics Drawing2 Toolbox]

See Also

Reference