Geotools.Net

PointHandler.Read Method 

Reads a stream and converts the shapefile record to an equilivent geometry object.

[Visual Basic]
Overrides Public Function Read( _
   ByVal file As BigEndianBinaryReader, _
   ByVal geometryFactory As GeometryFactory _
) As Geometry
[C#]
public override Geometry Read(
   BigEndianBinaryReader file,
   GeometryFactory geometryFactory
);

Parameters

file
The stream to read.
geometryFactory
The geometry factory to use when making the object.

Return Value

The Geometry object that represents the shape file record.

Remarks

Missing <remarks> documentation for M:Geotools.Data.PointHandler.Read(Geotools.IO.BigEndianBinaryReader,Geotools.Geometries.GeometryFactory)

See Also

PointHandler Class | PointHandler Members | Geotools.Data Namespace