org.opengis.referencing
Interface ReferenceSystem
-
- All Superinterfaces:
- IdentifiedObject
- All Known Subinterfaces:
- CompoundCRS, CoordinateReferenceSystem, DerivedCRS, EngineeringCRS, GeneralDerivedCRS, GeocentricCRS, GeographicCRS, ImageCRS, ProjectedCRS, SingleCRS, SpatialReferenceSystemUsingGeographicIdentifier, TemporalCRS, VerticalCRS
@UML(identifier="RS_ReferenceSystem", specification=ISO_19115) public interface ReferenceSystem extends IdentifiedObject
Description of a spatial and temporal reference system used by a dataset.Historical note: This interface was initially derived from an ISO 19111 specification published in 2003. Later revisions (in 2005) rely on an interface defined in ISO 19115 instead. The annotations were updated accordingly, but this interface is still defined in the referencing package (instead of metadata), the
getValidArea()method still named that way and thegetScope()method still defined here for this historical reason.- Since:
- GeoAPI 1.0
- See Also:
CoordinateReferenceSystem
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringSCOPE_KEYstatic java.lang.StringVALID_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 InternationalStringgetScope()Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.ExtentgetValidArea()Area for which the (coordinate) reference system is valid.-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-
-
-
Field Detail
-
VALID_AREA_KEY
static final java.lang.String VALID_AREA_KEY
Key for the"validArea"property to be given to the object factorycreateFoo(…)methods. This is used for setting the value to be returned bygetValidArea().- See Also:
getValidArea(), Constant Field Values
-
SCOPE_KEY
static final java.lang.String SCOPE_KEY
Key for the"scope"property to be given to the object factorycreateFoo(…)methods. This is used for setting the value to be returned bygetScope().- See Also:
getScope(), Constant Field Values
-
-
Method Detail
-
getValidArea
@UML(identifier="domainOfValidity", obligation=OPTIONAL, specification=ISO_19115) Extent getValidArea()
Area for which the (coordinate) reference system is valid.- Returns:
- Coordinate reference system valid area, or
nullif not available.
-
getScope
@UML(identifier="SC_CRS.scope", obligation=OPTIONAL, specification=ISO_19111) InternationalString getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG