UseDefaultDatabase | Uses the default database. |
CoordinateSystemEPSGFactory Constructor | Initializes a new instance of the CoordinateSystemEPSGFactory class. |
Authority | Gets the authorith which is ESPG. |
CreateAngularUnit | Returns an AngularUnit object from a code. |
CreateCompoundCoordinateSystem | Creates a 3D coordinate system from a code. |
CreateCoordinateSystem | Creates a coordinate system. |
CreateEllipsoid | Creates an ellipsoid given a code. |
CreateGeographicCoordinateSystem | Returns a GeographicCoordinateSystem object from a code. |
CreateHorizontalCoordinateSystem | Creates a horizontal coordinate system given a code. |
CreateHorizontalDatum | Creates a horizontal datum from a code. |
CreateLinearUnit | Returns a LinearUnit object from a code. |
CreatePrimeMeridian | Creates a prime meridian given a code. |
CreateProjectedCoordinateSystem | Creates a projected coordinate system using the given code. |
CreateVerticalCoordinateSystem | Creates a new vertical coordinate system object from a code. |
CreateVerticalDatum | Create a vertical datum given a code. |
DescriptionText | Returns descriptive text about this factory. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GeoidFromWKTName | Gets the Geoid code from a WKT name. In the OGC definition of WKT horizontal datums, the geoid is referenced by a quoted string, which is used as a key value. This method converts the key value string into a code recognized by this authority. |
GetAxisInfo | Returns an array containing axis information. |
GetCoordinateSystemType | Returns the coordinate system type. |
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. |
GetOrientation | Helper function to turn an string into an enumeration. |
GetParameters | Gets projection parameters information. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WktGeoidName | Gets the Geoid code from a WKT name. |
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. |
CoordinateSystemEPSGFactory Class | Geotools.CoordinateReferenceSystems Namespace