Geotools.Net

CoordinateSystemFactory Members

Public Instance Constructors

CoordinateSystemFactory Constructor Initializes an instance of the CoordinateSystemFactory class.

Public Instance Methods

CreateCompoundCoordinateSystem Combines two coorindate system.
CreateEllipsoid Creates an ellipsoid from radius values.
CreateFittedCoordinateSystem Creates a fitted coordinate system (not implemented).
CreateFlattenedSphere Creates an ellipsoid from an major radius, and inverse flattening.
CreateFromWKT Creates a coordinate system object from a Well-Known Text string.
CreateFromXML Creates a coordinate system object from an XML string.
CreateGeographicCoordinateSystem Creates a GCS, which could be Lat/Lon or Lon/Lat.
CreateHorizontalDatum Creates horizontal datum from ellipsoid and Bursa-World parameters. Since this method contains a set of Bursa-Wolf parameters, the created datum will always have a relationship to WGS84. If you wish to create a horizontal datum that has no relationship with WGS84, then you can either specify a horizontalDatumType of IHD_Other, or create it via WKT.
CreateLocalCoordinateSystem Creates a local coordinate system (not implemented).
CreateLocalDatum Creates a local datum.
CreatePrimeMeridianMissing <summary> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreatePrimeMeridian(System.String,Geotools.CoordinateReferenceSystems.IAngularUnit,System.Double)
CreateProjectedCoordinateSystem Creates a projected coordinate system using a projection object.
CreateProjectionMissing <summary> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateProjection(System.String,System.String,Geotools.CoordinateReferenceSystems.ProjectionParameter[])
CreateVerticalCoordinateSystem Creates a vertical coordinate system from a datum and linear units
CreateVerticalDatum Creates a vertical datum from an enumerated type value.
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

CoordinateSystemFactory Class | Geotools.CoordinateReferenceSystems Namespace