Uses of Interface
org.opengis.referencing.IdentifiedObject
Packages that use IdentifiedObject
Package
Description
Description and storage of parameter values.
Base interfaces for reference systems by coordinates or by identifiers.
Reference systems by coordinates.
Coordinate Systems and their axes.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.Generates HTML pages that summarize the operations provided by a GeoAPI implementation.
-
Uses of IdentifiedObject in org.opengis.parameter
Subinterfaces of IdentifiedObject in org.opengis.parameterModifier and TypeInterfaceDescriptioninterface
Abstract definition of a parameter or group of parameters used by an operation method.interface
The definition of a parameter used by an operation method.interface
The definition of a group of related parameters used by an operation method. -
Uses of IdentifiedObject in org.opengis.referencing
Subinterfaces of IdentifiedObject in org.opengis.referencingModifier and TypeInterfaceDescriptioninterface
Base interface of reference systems by coordinates or by identifiers.Methods in org.opengis.referencing that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObject
AuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous because the EPSG geodetic registry may allocate the same code to different kinds of object.Method parameters in org.opengis.referencing with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes for objects of the given type.default Optional
<InternationalString> AuthorityFactory.getDescriptionText
(Class<? extends IdentifiedObject> type, String code) Returns a description of the object corresponding to a code. -
Uses of IdentifiedObject in org.opengis.referencing.crs
Subinterfaces of IdentifiedObject in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterface
A CRS describing the position of points through two or more independent CRSs.interface
Base type of all Coordinate Reference Systems (CRS).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.As of ISO 19111:2019, this interface is renamed asDerivedCRS
.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.Methods in org.opengis.referencing.crs that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObject
CRSAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous. -
Uses of IdentifiedObject in org.opengis.referencing.cs
Subinterfaces of IdentifiedObject in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterface
A 2- or 3-dimensional coordinate system in Euclidean space with straight axes that are not necessarily orthogonal.interface
A 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.interface
Sequence of non-repeating coordinate system axes that spans a given coordinate space.interface
Definition of a coordinate system axis.interface
A 3-dimensional cylindrical coordinate system.interface
A 2- or 3-dimensional coordinate system for use with geodetic CRS.interface
A 1-dimensional coordinate system that consists of the points that lie on the single axis described.interface
A 1-dimensional coordinate system in which a physical property or function is used as the dimension.interface
A 2-dimensional polar coordinate system.interface
A 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
A 1-dimensional coordinate system containing a single time axis.interface
Deprecated.User-defined coordinate systems should extendCoordinateSystem
directly.interface
A 1-dimensional coordinate system used to record the heights or depths of points.Methods in org.opengis.referencing.cs that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObject
CSAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous. -
Uses of IdentifiedObject in org.opengis.referencing.datum
Subinterfaces of IdentifiedObject in org.opengis.referencing.datumModifier and TypeInterfaceDescriptioninterface
Specifies the relationship of a coordinate system to an object.interface
DatumEnsemble<D extends Datum>
Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.interface
Reference frame in which some of the defining parameters have time dependency.interface
Geometric figure that can be used to describe the approximate shape of a planet.interface
Identification of the origin of an engineering (or local) coordinate reference system.interface
Position, scale and orientation of a geocentric Cartesian 3D coordinate system relative to the planet.interface
Deprecated.Replaced byEngineeringDatum
as of ISO 19111:2019.interface
Identification of a particular reference surface used as the origin of a parametric coordinate system.interface
Definition of the origin from which longitude values are determined.interface
Definition of the relationship of a temporal coordinate system to an object.interface
Identification of a particular reference level surface used as a zero-height surface.Methods in org.opengis.referencing.datum that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObject
DatumAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.Methods in org.opengis.referencing.datum that return types with arguments of type IdentifiedObjectModifier and TypeMethodDescriptiondefault Optional
<IdentifiedObject> Datum.getConventionalRS()
Returns the name, identifier, alias and remarks for the reference system realized by this reference frame. -
Uses of IdentifiedObject in org.opengis.referencing.operation
Subinterfaces of IdentifiedObject in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
An ordered sequence of two or more single coordinate operations.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Operation in which the parameter values are defined rather than empirically derived.interface
A mathematical operation on coordinates that transforms or converts coordinates to another CRS or epoch.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Algorithm or procedure used to perform a coordinate operation.interface
An operation specifying a subset of a coordinate tuple subjected to a specific coordinate operation.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Change of coordinate values within one CRS due to the motion of the point between two coordinate epochs.interface
A conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates.interface
A parameterized mathematical operation on coordinates that changes coordinates to another CRS.interface
Operation in which parameters are empirically derived from a series of points in both CRSs. -
Uses of IdentifiedObject in org.opengis.test
Methods in org.opengis.test with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(IdentifiedObject object) Tests the conformance of the given object.static void
Validators.validate
(IdentifiedObject object) Tests the conformance of the given object. -
Uses of IdentifiedObject in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as IdentifiedObjectModifier and TypeFieldDescriptionprotected IdentifiedObject
AuthorityFactoryTest.object
The identified object (typically aCoordinateReferenceSystem
) being tested.Methods in org.opengis.test.referencing that return IdentifiedObjectModifier and TypeMethodDescriptionPseudoEpsgFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.Methods in org.opengis.test.referencing with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionfinal void
ReferencingValidator.dispatchObject
(IdentifiedObject object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this package (if any).protected void
ReferencingTestCase.verifyIdentification
(IdentifiedObject object, String name, String identifier) Compares the name and identifier of the givenobject
against the expected values.Method parameters in org.opengis.test.referencing with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionPseudoEpsgFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes for objects of the given type. -
Uses of IdentifiedObject in org.opengis.test.report
Methods in org.opengis.test.report with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionvoid
OperationParametersReport.add
(IdentifiedObject operation, ParameterDescriptorGroup parameters) Adds an operation to be show on the HTML page.protected AuthorityCodesReport.Row
AuthorityCodesReport.createRow
(String code, IdentifiedObject object) Creates a new row for the given authority code and identified object.protected OperationParametersReport.Row
OperationParametersReport.createRow
(IdentifiedObject operation, ParameterDescriptorGroup parameters, Set<String> codeSpaces) Creates a new row for the given operation and parameters.Constructors in org.opengis.test.report with parameters of type IdentifiedObjectModifierConstructorDescriptionRow
(IdentifiedObject object, Set<String> codeSpaces) Creates a row to be show on the HTML page.