CompoundSpatialReferenceSystem Class |
Namespace: Aspose.Gis.SpatialReferencing
The CompoundSpatialReferenceSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsCompound |
Return this.
(Overrides SpatialReferenceSystemAsCompound.) |
![]() | AsGeocentric |
Returns this SRS converted to GeocentricSpatialReferenceSystem.
Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.) |
![]() | AsGeographic |
Return geographic representation of this SRS. If this compound SRS indeed represents a geographic SRS, the result will
be three dimensional geographic SRS (with longitude, latitude, height dimensions). Otherwise an exception will be thrown.
(Overrides SpatialReferenceSystemAsGeographic.) |
![]() | AsLocal |
Returns this SRS converted to LocalSpatialReferenceSystem.
Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.) |
![]() | AsProjected |
Return projected representation of this SRS. If this compound SRS indeed represents a projected SRS, the result will
be three dimensional projected SRS (with X, Y, height dimensions). Otherwise an exception will be thrown.
(Overrides SpatialReferenceSystemAsProjected.) |
![]() | AsVertical |
Returns this SRS converted to VerticalSpatialReferenceSystem.
Use Type to find out if conversion is possible.
(Inherited from SpatialReferenceSystem.) |
![]() | DimensionsCount |
Number of dimensions. For compound SRS this is sum of number of dimensions of underlying SRS.
(Overrides SpatialReferenceSystemDimensionsCount.) |
![]() | EpsgCode |
If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
(Inherited from IdentifiableObject.) |
![]() | GeographicDatum |
Return geographic datum of this SRS.
If both Head and Tail have geographic datum - return geographic datum of head.
(Overrides SpatialReferenceSystemGeographicDatum.) |
![]() | HasGeographicDatum |
Compound SRS have geographic datum if any of underlying SRS have geographic datum.
(Overrides SpatialReferenceSystemHasGeographicDatum.) |
![]() | HasPrimeMeridian |
Compound SRS has prime meridian if any of underlying SRS have prime meridian.
(Overrides SpatialReferenceSystemHasPrimeMeridian.) |
![]() | Head |
First underlying SRS.
|
![]() | Identifier |
Identifier of this identifiable object.
(Inherited from IdentifiableObject.) |
![]() | IsCompound |
Returns .
(Overrides SpatialReferenceSystemIsCompound.) |
![]() | IsSingle |
Returns whether this SRS is single (not a union of two SRS).
(Inherited from SpatialReferenceSystem.) |
![]() | IsValid |
Same as Validate(String), but don't return error message.
(Inherited from SpatialReferenceSystem.) |
![]() | Name |
Name of this object.
(Inherited from IdentifiableObject.) |
![]() | PrimeMeridian |
Return prime meridian of this SRS.
If both Head and Tail have prime meridian - return prime meridian of head.
(Overrides SpatialReferenceSystemPrimeMeridian.) |
![]() | Tail |
Second underlying SRS.
|
![]() | Type |
Type of this Compound SRS. Can be Geographic if
this Compound SRS is combination of geographic and vertical SRS, or Projected if
this Compound SRS is combination of projected and vertical SRS.
(Overrides SpatialReferenceSystemType.) |
Name | Description | |
---|---|---|
![]() | CreateTransformationTo |
Creates transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
(Inherited from SpatialReferenceSystem.) |
![]() | Equals | (Inherited from Object.) |
![]() | ExportToWkt |
Returns representation of this SRS as WKT string.
The result WKT string will match OGC 01-009 specification, usually named "WKT1".
(Inherited from SpatialReferenceSystem.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAxis |
Get Axis that describes dimension.
(Overrides SpatialReferenceSystemGetAxis(Int32).) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetUnit |
Get Unit of dimension.
(Overrides SpatialReferenceSystemGetUnit(Int32).) |
![]() | IsEquivalent |
Detects whether this SRS is equivalent to other SRS. .
(Overrides SpatialReferenceSystemIsEquivalent(SpatialReferenceSystem).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryCreateTransformationTo |
Creates transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
(Inherited from SpatialReferenceSystem.) |
![]() | Validate |
Determine if this SRS is valid. See Validate(String) for validity description.
(Overrides SpatialReferenceSystemValidate(String).) |