@UML(identifier="SC_ProjectedCRS", specification=ISO_19111) public interface ProjectedCRS extends GeneralDerivedCRS
Used with CS type(s) |
---|
Cartesian
|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
GeographicCRS |
getBaseCRS()
Returns the base coordinate reference system, which must be geographic.
|
Projection |
getConversionFromBase()
Returns the map projection from the base CRS to this CRS.
|
CartesianCS |
getCoordinateSystem()
Returns the coordinate system, which must be cartesian.
|
GeodeticDatum |
getDatum()
Returns the datum.
|
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
GeographicCRS getBaseCRS()
getBaseCRS
in interface GeneralDerivedCRS
Projection getConversionFromBase()
getConversionFromBase
in interface GeneralDerivedCRS
@UML(identifier="usesCS", obligation=MANDATORY, specification=ISO_19111) CartesianCS getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
getCoordinateSystem
in interface SingleCRS
GeodeticDatum getDatum()
Copyright © 1996–2019 Geotools. All rights reserved.