ProjectedSpatialReferenceSystem Class

Projected SRS is a result of application a projection to geographic SRS. A projected SRS can be two dimensional or three dimensional. If projected SRS is three dimensional, then it is actually a compound SRS of two dimensional projected SRS and one dimensional vertical SRS.
Inheritance Hierarchy

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public abstract class ProjectedSpatialReferenceSystem : SpatialReferenceSystem

The ProjectedSpatialReferenceSystem type exposes the following members.

Properties
  NameDescription
Public propertyAngularUnit
Unit, that is used for angular values in this SRS and for angular parameters of Projection. Matches angular unit of Base.
Public propertyAsCompound
Returns this SRS converted to CompoundSpatialReferenceSystem. Use IsCompound to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.)
Public propertyAsGeocentric
Returns this SRS converted to GeocentricSpatialReferenceSystem. Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.)
Public propertyAsGeographic
Returns this SRS converted to GeographicSpatialReferenceSystem. Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.)
Public propertyAsLocal
Returns this SRS converted to LocalSpatialReferenceSystem. Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.)
Public propertyAsProjected
Return this.
(Overrides SpatialReferenceSystemAsProjected.)
Public propertyAsVertical
Returns this SRS converted to VerticalSpatialReferenceSystem. Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.)
Public propertyAxisesOrder
Order of axises in this SRS. If this SRS is not valid and has wrong axises directions, Invalid is returned.
Public propertyBase
Geographic SRS to which Projection was applied to get this SRS.
Public propertyDimensionsCount
Returns dimensions count in this SRS. For projected SRS this can be: two - if this is single projected SRS. three - if this is compound SRS, which consists of single, two dimensional, projected SRS and vertical SRS, that adds third dimension.
(Overrides SpatialReferenceSystemDimensionsCount.)
Public propertyEpsgCode
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
(Inherited from IdentifiableObject.)
Public propertyGeographicDatum
Returns geographic datum of this SRS.
(Inherited from SpatialReferenceSystem.)
Public propertyHasGeographicDatum
Returns true, since projected SRS always have prime meridian.
(Overrides SpatialReferenceSystemHasGeographicDatum.)
Public propertyHasPrimeMeridian
Returns true, since projected SRS always have prime meridian.
(Overrides SpatialReferenceSystemHasPrimeMeridian.)
Public propertyIdentifier
Identifier of this identifiable object.
(Inherited from IdentifiableObject.)
Public propertyIsCompound
Returns whether this SRS is compound (a union of two SRS). Following combinations of SRS in compound SRS are considered valid: Geographic SRS + Vertical SRS, in this case type of compound SRS will be Geographic. Projected SRS + Vertical SRS, in this case type of compound SRS will be Projected. If combination of SRSs differs, type of compound SRS will be Unknown.
(Inherited from SpatialReferenceSystem.)
Public propertyIsSingle
Returns whether this SRS is single (not a union of two SRS).
(Inherited from SpatialReferenceSystem.)
Public propertyIsValid (Inherited from SpatialReferenceSystem.)
Public propertyLinearUnit
Unit, that is used for linear dimensions in this SRS and for linear parameters of Projection.
Public propertyName
Name of this object.
(Inherited from IdentifiableObject.)
Public propertyPrimeMeridian
Returns prime meridian of this SRS.
(Inherited from SpatialReferenceSystem.)
Public propertyProjection
Projection, that was applied to Base to get this SRS.
Public propertyType
Returns Projected.
(Overrides SpatialReferenceSystemType.)
Methods
  NameDescription
Public methodCreateTransformationTo
Creates transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
(Inherited from SpatialReferenceSystem.)
Public methodEquals (Inherited from Object.)
Public methodExportToWkt
Returns representation of this SRS as WKT string. The result WKT string will match OGC 01-009 specification, usually named "WKT1".
(Inherited from SpatialReferenceSystem.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAxis
Get Axis that describes dimension.
(Inherited from SpatialReferenceSystem.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUnit
Get Unit of dimension.
(Inherited from SpatialReferenceSystem.)
Public methodIsEquivalent(SpatialReferenceSystem)
Detects whether this SRS is equivalent to other SRS. .
(Inherited from SpatialReferenceSystem.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryCreateTransformationTo
Creates transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
(Inherited from SpatialReferenceSystem.)
Public methodValidate
Determine if this SRS is valid.
(Inherited from SpatialReferenceSystem.)
See Also