Uses of Interface
org.opengis.referencing.ReferenceSystem
-
Packages that use ReferenceSystem Package Description org.opengis.metadata The metadata root entity.org.opengis.metadata.lineage Sources and production processes used in producing a dataset.org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset.org.opengis.referencing.crs -
-
Uses of ReferenceSystem in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ReferenceSystem Modifier and Type Method Description default Collection<? extends ReferenceSystem>Metadata. getReferenceSystemInfo()Description of the spatial and temporal reference systems used in the dataset. -
Uses of ReferenceSystem in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return ReferenceSystem Modifier and Type Method Description default ReferenceSystemSource. getSourceReferenceSystem()Spatial reference system used by the source data. -
Uses of ReferenceSystem in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return ReferenceSystem Modifier and Type Method Description ReferenceSystemGCPCollection. getCoordinateReferenceSystem()Coordinate system in which the ground control points are defined. -
Uses of ReferenceSystem in org.opengis.referencing.crs
Subinterfaces of ReferenceSystem in org.opengis.referencing.crs Modifier and Type Interface Description interfaceCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceCoordinateReferenceSystemBase type of all Coordinate Reference Systems (CRS).interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another CRS but is not a projected CRS.interfaceEngineeringCRSA 1-, 2- or 3-dimensional contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system.interfaceGeocentricCRSA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA 2- or 3-dimensional coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.interfaceImageCRSA 2-dimensional engineering coordinate reference system applied to locations in images.interfaceParametricCRSA 1-dimensional coordinate reference system which uses parameter values or functions.interfaceProjectedCRSA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSBase type of coordinate systems related to an object by a datum.interfaceTemporalCRSA 1-dimensional coordinate reference system used for the recording of time.interfaceVerticalCRSA 1-dimensional coordinate reference system used for recording heights or depths.
-