Geotools.Net

Shapefile.GetShapeType Method 

Given a geomtry object, returns the equilivent shape file type.

[Visual Basic]
Public Shared Function GetShapeType( _
   ByVal geom As Geometry _
) As ShapeType
[C#]
public static ShapeType GetShapeType(
   Geometry geom
);

Parameters

geom
A Geometry object.

Return Value

The equilivent for the geometry object.

Remarks

Missing <remarks> documentation for M:Geotools.Data.Shapefile.GetShapeType(Geotools.Geometries.Geometry)

See Also

Shapefile Class | Shapefile Members | Geotools.Data Namespace