@UML(identifier="SC_GeneralDerivedCRS", specification=ISO_19111) public interface GeneralDerivedCRS extends SingleCRS
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
getBaseCRS()
Returns the base coordinate reference system.
|
Conversion |
getConversionFromBase()
Returns the conversion from the base CRS to this CRS.
|
getCoordinateSystem, getDatum
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="baseCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getBaseCRS()
@UML(identifier="definedByConversion", obligation=MANDATORY, specification=ISO_19111) Conversion getConversionFromBase()
Copyright © 1996–2019 Geotools. All rights reserved.