Uses of Interface
org.opengis.referencing.ReferenceSystem
-
Packages that use ReferenceSystem Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.lineage Lineage information.org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation).org.opengis.referencing.crs org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
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 java.util.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 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.interfaceCoordinateReferenceSystemAbstract coordinate reference system, usually defined by a coordinate system and a datum.interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceEngineeringCRSA contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.interfaceImageCRSAn engineering coordinate reference system applied to locations in images.interfaceProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSAbstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interfaceTemporalCRSA 1D coordinate reference system used for the recording of time.interfaceVerticalCRSA 1D coordinate reference system used for recording heights or depths. -
Uses of ReferenceSystem in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ReferenceSystem Modifier and Type Method Description (package private) voidReferencingValidator. validateReferenceSystem(ReferenceSystem object)Performs the validation that are common to all reference systems.
-