The CoordinateReferenceSystemFactory type exposes the following members.

Constructors

Methods

  NameDescription
Public methodCreateCoordinateTrasformation(String, String)
creates a ICoordinateTransformation object used to transform coordinates from source CRS to target CRS
Public methodCreateCoordinateTrasformation(ICRS, ICRS)
creates a ICoordinateTransformation object used to transform coordinates from source CRS to target CRS
Public methodCreateCRSFromWKT
Creates a ICRS CoordinateReferenceSystem from a well known text string
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCRSById
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberWgs84EpsgCode
EPSG code for WGS84 (World Geodetic System) Ellipsoid
Public fieldStatic memberWgs84PseudoMercatorEpsgCode
EPSG code for popular Web Mercator projection used for GoogleMaps, MapBox, OSM

Properties

  NameDescription
Public propertyStatic memberDefault
The default ICRSFactory instance.
Public propertyGeographicCoordinateSystems
Public propertyProjectedCoordinateSystems

See Also