Geotools.Net

GeometryFactory Constructor (PrecisionModel, Int32)

Creates a GeometryFactory that creates Geometrys using the given precisionModel and SRID.

[Visual Basic]
Overloads Public Sub New( _
   ByVal precisionModel As PrecisionModel, _
   ByVal SRID As Integer _
)
[C#]
public GeometryFactory(
   PrecisionModel precisionModel,
   int SRID
);

Parameters

precisionModel
the specification of the grid of allowable points for Geometrys created by this GeometryFactory.
SRID
The ID of the Spatial Reference System used by Geometry created by this GeometryFactory.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.#ctor(Geotools.Geometries.PrecisionModel,System.Int32)

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace | GeometryFactory Constructor Overload List