Uses of Interface
org.geotools.api.referencing.ReferenceSystem
-
Packages that use ReferenceSystem Package Description org.geotools.api.referencing org.geotools.api.referencing.crs org.geotools.api.temporal org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.temporal.reference -
-
Uses of ReferenceSystem in org.geotools.api.referencing
Subinterfaces of ReferenceSystem in org.geotools.api.referencing Modifier and Type Interface Description interfaceSpatialReferenceSystemUsingGeographicIdentifierSpatial reference system using geographic identifier, a reference to a feature with a known spatial location. -
Uses of ReferenceSystem in org.geotools.api.referencing.crs
Subinterfaces of ReferenceSystem in org.geotools.api.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.geotools.api.temporal
Subinterfaces of ReferenceSystem in org.geotools.api.temporal Modifier and Type Interface Description interfaceCalendarA discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.interfaceClockProvides a basis for defining temporal position within a day.interfaceOrdinalReferenceSystemProvides only the attributes inherited from temporal reference system.interfaceTemporalCoordinateSystemA temporal coordinate system to simplify the computation of temporal distances between points and the functional description of temporal operations.interfaceTemporalReferenceSystemProvides information about a temporal reference system. -
Uses of ReferenceSystem in org.geotools.referencing
Classes in org.geotools.referencing that implement ReferenceSystem Modifier and Type Class Description classAbstractReferenceSystemDescription of a spatial and temporal reference system used by a dataset.Constructors in org.geotools.referencing with parameters of type ReferenceSystem Constructor Description AbstractReferenceSystem(ReferenceSystem object)Constructs a new reference system with the same values than the specified one. -
Uses of ReferenceSystem in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement ReferenceSystem Modifier and Type Class Description classAbstractCRSAbstract coordinate reference system, usually defined by a coordinate system and a datum.classAbstractDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstractSingleCRSAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classDefaultCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.classDefaultDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classDefaultEngineeringCRSA contextually local coordinate reference system.classDefaultGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classDefaultGeographicCRSA 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.classDefaultImageCRSAn engineering coordinate reference system applied to locations in images.classDefaultProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classDefaultTemporalCRSA 1D coordinate reference system used for the recording of time.classDefaultVerticalCRSA 1D coordinate reference system used for recording heights or depths. -
Uses of ReferenceSystem in org.geotools.temporal.reference
Classes in org.geotools.temporal.reference that implement ReferenceSystem Modifier and Type Class Description classDefaultCalendarclassDefaultClockclassDefaultOrdinalReferenceSystemclassDefaultTemporalCoordinateSystemclassDefaultTemporalReferenceSystem
-