Click or drag to resize
CrsManager Class
Extension class providing global coordinate reference system (CRS) capabilities.
Inheritance Hierarchy
SystemObject
  FDF.Common.CoordinateSystemsCrsManager

Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public sealed class CrsManager : IFdfExtension

The CrsManager type exposes the following members.

Constructors
  NameDescription
Public methodCrsManager
Initializes a new instance of the CrsManager class
Top
Properties
  NameDescription
Public propertyStatic memberCode
Public propertyStatic memberHasCode
Public propertyStatic memberHasProvider1
Returns True if default coordinate reference system is set, otherwise returns False.
Public propertyStatic memberProvider
Returns default coordinate reference system (CRS). If there's no default CRS set, returns Nothing.
Top
Methods
  NameDescription
Public methodStatic memberGetAngularUnitNames
Public methodStatic memberGetDatumNames
Public methodStatic memberGetEllipsoidNames
Public methodStatic memberGetGeographic3DNames
Public methodStatic memberGetGeographicNames
Public methodStatic memberGetLinearUnitNames
Public methodStatic memberGetParameterNames
Public methodStatic memberGetProjectionNames
Public methodStatic memberGetProjectiveNames
Public methodInitialize
Invoked upon extension assembly initialization.
Public methodIsGeographic
Public methodRegister
Registers extension assembly properties.
Public methodTerminate
Invoked upon extension assembly termination.
Public methodStatic memberTransform(FdoFeature, Int32, Int32)
Transforms given feature using source and target spatial reference systems (SRS).
Public methodStatic memberTransform(FdoFeatureCollection, Int32, Int32)
Transforms given features using source and target spatial reference systems (SRS).
Public methodStatic memberTransform(GeCoordinate, Int32, Int32)
Transforms given coordinate using source and target spatial reference systems (SRS).
Public methodStatic memberTransform(GeCoordinateCollection, Int32, Int32)
Transforms given coordinates using source and target spatial reference systems (SRS).
Public methodStatic memberTryGetAngularUnitName
Public methodStatic memberTryGetDatumName
Public methodStatic memberTryGetEllipsoidName
Public methodStatic memberTryGetEpsgCode(Int32, String)
Public methodStatic memberTryGetEpsgCode(Int32, String, CrsFlavour)
Public methodStatic memberTryGetEpsgCodeByWkt
Public methodStatic memberTryGetGeographic3DName
Public methodStatic memberTryGetGeographicName
Public methodStatic memberTryGetLinearUnitName
Public methodStatic memberTryGetName
Public methodStatic memberTryGetOrientation
Returns specified spatial reference system orientation.
Public methodStatic memberTryGetParameterName
Public methodStatic memberTryGetProjectionName
Public methodStatic memberTryGetProjectiveName
Public methodStatic memberTryGetProvider
Public methodStatic memberTryGetTransform
Public methodStatic memberTryGetWkt
Public methodStatic memberTryTransformForward
Public methodStatic memberTryTransformInverse
Top
Events
  NameDescription
Public eventStatic memberSettingsChanged
Raised if registered settings change.
Top
Fields
  NameDescription
Public fieldStatic memberEPSG_ETRS89
Public fieldStatic memberEPSG_WGS84
Top
Remarks