Geotools.Net

Shapefile.GetShapeHandler Method 

Returns the appropriate class to convert a shaperecord to an OGIS geometry given the type of shape.

[Visual Basic]
Public Shared Function GetShapeHandler( _
   ByVal type As ShapeType _
) As ShapeHandler
[C#]
public static ShapeHandler GetShapeHandler(
   ShapeType type
);

Parameters

type
The shapefile type.

Return Value

An instance of the appropriate handler to convert the shape record to a Geometry object.

Remarks

Missing <remarks> documentation for M:Geotools.Data.Shapefile.GetShapeHandler(Geotools.Data.ShapeType)

See Also

Shapefile Class | Shapefile Members | Geotools.Data Namespace