org.opengis.referencing.crs
Interface GeneralDerivedCRS
-
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
- All Known Subinterfaces:
- DerivedCRS, ProjectedCRS
@UML(identifier="SC_GeneralDerivedCRS", specification=ISO_19111) public interface GeneralDerivedCRS extends SingleCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).- Since:
- GeoAPI 1.0
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.ReferenceSystem
SCOPE_KEY, VALID_AREA_KEY
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CoordinateReferenceSystemgetBaseCRS()Returns the base coordinate reference system.ConversiongetConversionFromBase()Returns the conversion from the base CRS to this CRS.-
Methods inherited from interface org.opengis.referencing.crs.SingleCRS
getCoordinateSystem, getDatum
-
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getScope, getValidArea
-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-
-
-
Method Detail
-
getBaseCRS
@UML(identifier="baseCRS", obligation=MANDATORY, specification=ISO_19111) CoordinateReferenceSystem getBaseCRS()
Returns the base coordinate reference system.
-
getConversionFromBase
@UML(identifier="definedByConversion", obligation=MANDATORY, specification=ISO_19111) Conversion getConversionFromBase()
Returns the conversion from the base CRS to this CRS.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG