Class OgcCompliantGeometryFactory
OGC compliant geometry factory
Inheritance
OgcCompliantGeometryFactory
Assembly: NetTopologySuite.dll
Syntax
[Obsolete("Use GeometryFactoryEx with OrientationOfExteriorRing = CCW")]
public class OgcCompliantGeometryFactory : GeometryFactory
Constructors
|
Improve this Doc
View Source
OgcCompliantGeometryFactory()
Declaration
public OgcCompliantGeometryFactory()
|
Improve this Doc
View Source
OgcCompliantGeometryFactory(CoordinateSequenceFactory)
Creates an instance of this class using the default
values for SRID,
PrecisionModel,
but the specified factory
.
Declaration
public OgcCompliantGeometryFactory(CoordinateSequenceFactory factory)
Parameters
|
Improve this Doc
View Source
OgcCompliantGeometryFactory(PrecisionModel)
Declaration
public OgcCompliantGeometryFactory(PrecisionModel pm)
Parameters
|
Improve this Doc
View Source
OgcCompliantGeometryFactory(PrecisionModel, Int32)
Declaration
public OgcCompliantGeometryFactory(PrecisionModel pm, int srid)
Parameters
|
Improve this Doc
View Source
OgcCompliantGeometryFactory(PrecisionModel, Int32, CoordinateSequenceFactory)
Declaration
public OgcCompliantGeometryFactory(PrecisionModel pm, int srid, CoordinateSequenceFactory factory)
Parameters
Methods
|
Improve this Doc
View Source
CreatePolygon(Coordinate[])
Declaration
public override Polygon CreatePolygon(Coordinate[] coordinates)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
CreatePolygon(CoordinateSequence)
Declaration
public override Polygon CreatePolygon(CoordinateSequence coordinates)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
CreatePolygon(LinearRing)
Declaration
public override Polygon CreatePolygon(LinearRing shell)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
CreatePolygon(LinearRing, LinearRing[])
Declaration
public override Polygon CreatePolygon(LinearRing shell, LinearRing[] holes)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
ToGeometry(Envelope)
Declaration
public override Geometry ToGeometry(Envelope envelope)
Parameters
Returns
Overrides