Geotools.Net

PolygonHandler.GetLength Method 

Gets the length of the shapefile record using the geometry passed in.

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

Parameters

geometry
The geometry to get the length for.

Return Value

The length in bytes this geometry is going to use when written out as a shapefile record.

Remarks

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

See Also

PolygonHandler Class | PolygonHandler Members | Geotools.Data Namespace