Geotools.Net

GeometryFactory Members

Public Static (Shared) Methods

ToGeometry Converts an envnelope to a geometry.
ToGeometryArray Converts the List to an array.
ToLinearRingArray Converts the List to an array.
ToLineStringArray Converts the List to an array.
ToMultiLineStringArray Converts the List to an array.
ToMultiPointArray Converts the List to an array.
ToMultiPolygonArray Converts the List to an array.
ToPointArray Converts the List to an array.
ToPolygonArray Converts the List to an array.

Public Instance Constructors

GeometryFactoryOverloaded. Initialize a new instance of the GeometryFactory class.

Public Instance Properties

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

Public Instance Methods

BuildGeometry Build an appropriate Geometry, MultiGeometry, or GeometryCollection to contain the Geometrys in it.
CreateFromWKBOverloaded. Creates a new geometry object from a well known binary object.
CreateFromWKT Creates a new geometry object given a string that contains well-known text.
CreateGeometryCollection Creates a new geometry collection given an array of geometries.
CreateLinearRing Creates a new linear ring given a set of coordinates.
CreateLineString Creates a new Linestring given a set of coordinates.
CreateMultiLineString Create a new multilinestring given an array of linestrings.
CreateMultiPointOverloaded. Creates a new multipoint given an array of points.
CreateMultiPolygon Creates a new multipolygon given an array of polygons.
CreatePoint Creates a point given a coordinate.
CreatePolygonOverloaded. Creates a polygon given a linearring representing the shell of the polygon.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

GeometryFactory Class | Geotools.Geometries Namespace