Uses of Interface
org.opengis.referencing.crs.CoordinateReferenceSystem
Package
Description
Tuple of coordinate values.
Access to examples of GeoAPI implementations.
Root package for geometries.
Reference systems by coordinates.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Provides small test data files together with verification methods for applications reading those data.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CoordinateReferenceSystem in org.opengis.coordinate
Modifier and TypeMethodDescriptionCoordinateMetadata.getCoordinateReferenceSystem()
The coordinate reference system (CRS) in which the coordinate tuples are given. -
Uses of CoordinateReferenceSystem in org.opengis.example
Modifier and TypeMethodDescriptionstatic DirectPosition
SimpleFactories.createPosition
(CoordinateReferenceSystem crs) Creates a new direct position associated to the given coordinate reference system. -
Uses of CoordinateReferenceSystem in org.opengis.geometry
Modifier and TypeMethodDescriptiondefault CoordinateReferenceSystem
DirectPosition.getCoordinateReferenceSystem()
The coordinate reference system (CRS) in which the coordinate tuple is given.Envelope.getCoordinateReferenceSystem()
Returns the envelope coordinate reference system, ornull
if unknown. -
Uses of CoordinateReferenceSystem in org.opengis.referencing.crs
Modifier and TypeInterfaceDescriptioninterface
A CRS describing the position of points through two or more independent CRSs.interface
A CRS that is defined by applying a coordinate conversion to another preexisting CRS.interface
A 1-, 2- or 3-dimensional CRS used locally.interface
Deprecated.interface
Deprecated.This type was defined in 2003 but removed in 2007.interface
A 2- or 3-dimensional CRS used over the whole planet or substantial parts of it.interface
A 2- or 3-dimensional CRS based on an ellipsoidal approximation of the geoid.interface
Deprecated.Replaced byEngineeringCRS
as of ISO 19111:2019.interface
A 1-dimensional CRS which uses parameter values or functions.interface
A 2- or 3-dimensional CRS based on an approximation of the shape of the planet's surface by a plane.interface
Base type of CRS related to an object by a datum or datum ensemble.interface
A 1-dimensional CRS used for the recording of time.interface
A 1-dimensional CRS used for recording heights or depths.Modifier and TypeMethodDescriptiondefault CoordinateReferenceSystem
CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.default CoordinateReferenceSystem
CRSFactory.createFromWKT
(String wkt) Creates a CRS object from a Well-Known Text.default CoordinateReferenceSystem
CRSFactory.createFromXML
(String xml) Creates a CRS object from a GML string.DerivedCRS.getBaseCRS()
Returns the CRS that is the base for this derived CRS.GeneralDerivedCRS.getBaseCRS()
Deprecated.Returns the base coordinate reference system.Modifier and TypeMethodDescriptionCompoundCRS.getComponents()
Returns the ordered list of CRS components.Modifier and TypeMethodDescriptiondefault CompoundCRS
CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound CRS from an ordered sequence of components.default DerivedCRS
CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS. -
Uses of CoordinateReferenceSystem in org.opengis.referencing.operation
Modifier and TypeMethodDescriptionRegisterOperations.findCoordinateReferenceSystem
(String code) Extracts CRS details from the registry.default CoordinateReferenceSystem
ConcatenatedOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.Conversion.getSourceCRS()
Returns the CRS from which coordinates are changed.CoordinateOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.PointMotionOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.Transformation.getSourceCRS()
Returns the CRS from which coordinates are changed.default CoordinateReferenceSystem
ConcatenatedOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.Conversion.getTargetCRS()
Returns the CRS to which coordinates are changed.CoordinateOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.default CoordinateReferenceSystem
PointMotionOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.Transformation.getTargetCRS()
Returns the CRS to which coordinates are changed.Modifier and TypeMethodDescriptiondefault Optional
<CoordinateReferenceSystem> ConcatenatedOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.default Optional
<CoordinateReferenceSystem> CoordinateOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.default Optional
<CoordinateReferenceSystem> PassThroughOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.Modifier and TypeMethodDescriptionboolean
RegisterOperations.areMembersOfSameEnsemble
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Determine whether two CRSs are members of one ensemble.MathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.RegisterOperations.findCoordinateOperations
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Finds or infers any coordinate operations for which the given CRSs are the source and target, in that order. -
Uses of CoordinateReferenceSystem in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CoordinateReferenceSystem object) Tests the conformance of the given object.static void
Validators.validate
(CoordinateReferenceSystem object) Tests the conformance of the given object. -
Uses of CoordinateReferenceSystem in org.opengis.test.dataset
Modifier and TypeMethodDescriptionvoid
ContentVerifier.addMetadataToVerify
(CoordinateReferenceSystem actual) Stores all properties of the given CRS, for later comparison against expected values. -
Uses of CoordinateReferenceSystem in org.opengis.test.referencing
Modifier and TypeFieldDescriptionprotected CoordinateReferenceSystem
WKTParserTest.object
The instance returned byCRSFactory.createFromWKT(String)
after parsing the WKT.Modifier and TypeMethodDescriptionPseudoEpsgFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.Modifier and TypeMethodDescriptionint
CRSValidator.dispatch
(CoordinateReferenceSystem object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).
DerivedCRS
.