Geotools.Net

PointHandler.GetLength Method 

Gets the length in bytes the Geometry will need when written as a shape file record.

[Visual Basic]
Overrides Public Function GetLength( _
   ByVal geometry As Geometry _
) As Integer
[C#]
public override int GetLength(
   Geometry geometry
);

Parameters

geometry
The Geometry object to use.

Return Value

The length in bytes the Geometry will use when represented as a shape file record.

Remarks

Missing <remarks> documentation for M:Geotools.Data.PointHandler.GetLength(Geotools.Geometries.Geometry)

See Also

PointHandler Class | PointHandler Members | Geotools.Data Namespace