- All Superinterfaces:
CoordinateReferenceSystem
,IdentifiedObject
,ReferenceSystem
,SingleCRS
@Deprecated(since="3.1")
@UML(identifier="SC_ImageCRS",
specification=ISO_19111,
version=2007)
public interface ImageCRS
extends SingleCRS
Deprecated.
A 2-dimensional engineering CRS applied to locations in images.
Note:
image coordinate reference systems are treated as a separate sub-type because a separate
user community exists for images with its own terms of reference. Furthermore, image datum
contains a property not relevant to other engineering datums.
This type of CRS can be used with coordinate systems of type
CartesianCS
or
AffineCS
.
- Since:
- 1.0
- See Also:
-
Field Summary
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
Method Summary
Modifier and TypeMethodDescriptiongetDatum()
Deprecated.Returns the datum, which shall be an image one.Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
Methods inherited from interface org.opengis.referencing.crs.SingleCRS
getDatumEnsemble
-
Method Details
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) AffineCS getCoordinateSystem()Deprecated.- Specified by:
getCoordinateSystem
in interfaceCoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interfaceSingleCRS
- Returns:
- the affine or Cartesian coordinate system.
-
getDatum
Deprecated.Returns the datum, which shall be an image one.- Specified by:
getDatum
in interfaceSingleCRS
- Returns:
- the datum, or
null
if this CRS is related to an object identified only by a datum ensemble.
-
EngineeringCRS
as of ISO 19111:2019.