Uses of Interface
org.opengis.referencing.ReferenceSystem
Packages that use ReferenceSystem
Package
Description
Widgets for showing a map in a JavaFX application.
Widgets about coordinate reference systems.
Root package for ISO 19115 metadata about resources (data or services).
Information about the sources and production processes of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
French extensions defined by the Association Française de Normalisation (AFNOR).
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Root package for metadata.
Lineage information.
Spatial representation information
(includes grid and vector representation).
-
Uses of ReferenceSystem in org.apache.sis.gui.map
Fields in org.apache.sis.gui.map with type parameters of type ReferenceSystemModifier and TypeFieldDescriptionStatusBar.positionReferenceSystemThe reference systems used by the coordinates shown in this status bar. -
Uses of ReferenceSystem in org.apache.sis.gui.referencing
Methods in org.apache.sis.gui.referencing that return types with arguments of type ReferenceSystemModifier and TypeMethodDescriptionRecentReferenceSystems.createChoiceBox(boolean filtered, ChangeListener<ReferenceSystem> action) Creates a box offering choices among the reference systems specified to thisRecentReferenceSystems.RecentReferenceSystems.getItems()Returns all reference systems in the order they appear in JavaFX controls.RecentReferenceSystems.getSelectedItems()Returns all currently selected reference systems in the order they appear in JavaFX controls.static ObjectProperty<ReferenceSystem> RecentReferenceSystems.getSelectedProperty(Menu menu) Returns the property for the selected value in a menu created byRecentReferenceSystems.createMenuItems(boolean, ChangeListener).Methods in org.apache.sis.gui.referencing with parameters of type ReferenceSystemModifier and TypeMethodDescriptionfinal voidRecentReferenceSystems.addAlternatives(boolean replaceByAuthoritativeDefinition, ReferenceSystem... systems) Adds the given reference systems to the list of alternative choices.final voidRecentReferenceSystems.setPreferred(boolean replaceByAuthoritativeDefinition, ReferenceSystem system) Sets the native or preferred reference system.Method parameters in org.apache.sis.gui.referencing with type arguments of type ReferenceSystemModifier and TypeMethodDescriptionRecentReferenceSystems.createChoiceBox(boolean filtered, ChangeListener<ReferenceSystem> action) Creates a box offering choices among the reference systems specified to thisRecentReferenceSystems.RecentReferenceSystems.createMenuItems(boolean filtered, ChangeListener<ReferenceSystem> action) Creates menu items offering choices among the reference systems specified to thisRecentReferenceSystems. -
Uses of ReferenceSystem in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type ReferenceSystemModifier and TypeMethodDescriptionDefaultMetadata.getReferenceSystemInfo()Returns the description of the spatial and temporal reference systems used in the dataset.Method parameters in org.apache.sis.metadata.iso with type arguments of type ReferenceSystemModifier and TypeMethodDescriptionvoidDefaultMetadata.setReferenceSystemInfo(Collection<? extends ReferenceSystem> newValues) Sets the description of the spatial and temporal reference systems used in the dataset. -
Uses of ReferenceSystem in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return ReferenceSystemModifier and TypeMethodDescriptionDefaultSource.getSourceReferenceSystem()Returns the spatial reference system used by the source data.Methods in org.apache.sis.metadata.iso.lineage with parameters of type ReferenceSystemModifier and TypeMethodDescriptionvoidDefaultSource.setSourceReferenceSystem(ReferenceSystem newValue) Sets the spatial reference system used by the source data. -
Uses of ReferenceSystem in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return ReferenceSystemModifier and TypeMethodDescriptionDefaultGCPCollection.getCoordinateReferenceSystem()Returns the coordinate reference system in which the ground control points are defined.Methods in org.apache.sis.metadata.iso.spatial with parameters of type ReferenceSystemModifier and TypeMethodDescriptionvoidDefaultGCPCollection.setCoordinateReferenceSystem(ReferenceSystem newValue) Sets the coordinate reference system in which the ground control points are defined. -
Uses of ReferenceSystem in org.apache.sis.profile.france
Methods in org.apache.sis.profile.france that return ReferenceSystemModifier and TypeMethodDescriptionstatic ReferenceSystemFrenchProfile.toAFNOR(ReferenceSystem rs, boolean indirect) Returns the given given reference system as an AFNOR-compliant instance.Methods in org.apache.sis.profile.france with parameters of type ReferenceSystemModifier and TypeMethodDescriptionstatic ReferenceSystemFrenchProfile.toAFNOR(ReferenceSystem rs, boolean indirect) Returns the given given reference system as an AFNOR-compliant instance. -
Uses of ReferenceSystem in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement ReferenceSystemModifier and TypeClassDescriptionclassDescription of a spatial and temporal reference system used by a dataset.Methods in org.apache.sis.referencing that return types with arguments of type ReferenceSystemModifier and TypeMethodDescriptionClass<? extends ReferenceSystem> AbstractReferenceSystem.getInterface()Returns the GeoAPI interface implemented by this class.Constructors in org.apache.sis.referencing with parameters of type ReferenceSystemModifierConstructorDescriptionprotectedConstructs a new reference system with the same values as the specified one. -
Uses of ReferenceSystem in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement ReferenceSystemModifier and TypeClassDescriptionclassCoordinate reference system, defined by a coordinate system and (usually) a datum.classA CRS describing the position of points through two or more independent coordinate reference systems.classA coordinate reference system that is defined by its coordinate conversion from another CRS.classA 1-, 2- or 3-dimensional contextually local coordinate reference system.classA 2- or 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.classA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.classA 1-dimensional coordinate reference system which uses parameter values or functions.classA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.classA 1-dimensional coordinate reference system used for the recording of time.classA 1-dimensional coordinate reference system used for recording heights or depths. -
Uses of ReferenceSystem in org.apache.sis.referencing.gazetteer
Classes in org.apache.sis.referencing.gazetteer that implement ReferenceSystemModifier and TypeClassDescriptionclassGeographic coordinates represented as geohashes strings.classThe Military Grid Reference System (MGRS).classBase class of reference systems that describe locations using geographic identifiers instead of coordinates. -
Uses of ReferenceSystem in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ReferenceSystemModifier and TypeMethodDescriptionCollection<? 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 ReferenceSystemModifier and TypeMethodDescriptionSource.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 ReferenceSystemModifier and TypeMethodDescriptionGCPCollection.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.crsModifier and TypeInterfaceDescriptioninterfaceA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceAbstract coordinate reference system, usually defined by a coordinate system and a datum.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceA contextually local coordinate reference system.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceA coordinate reference system associated with a geodetic datum.interfaceA 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.interfaceAn engineering coordinate reference system applied to locations in images.interfaceA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceAbstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interfaceA 1D coordinate reference system used for the recording of time.interfaceA 1D coordinate reference system used for recording heights or depths.