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 TypeInterfaceDescriptioninterfaceAbstract definition of a parameter or group of parameters used by an operation method.interfaceThe definition of a parameter used by an operation method.interfaceThe 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 TypeInterfaceDescriptioninterfaceBase interface of reference systems by coordinates or by identifiers.Methods in org.opengis.referencing that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObjectAuthorityFactory.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 TypeInterfaceDescriptioninterfaceA CRS describing the position of points through two or more independent CRSs.interfaceBase type of all Coordinate Reference Systems (CRS).interfaceA CRS that is defined by applying a coordinate conversion to another preexisting CRS.interfaceA 1-, 2- or 3-dimensional CRS used locally.interfaceDeprecated.As of ISO 19111:2019, this interface is renamed asDerivedCRS.interfaceDeprecated.This type was defined in 2003 but removed in 2007.interfaceA 2- or 3-dimensional CRS used over the whole planet or substantial parts of it.interfaceA 2- or 3-dimensional CRS based on an ellipsoidal approximation of the geoid.interfaceDeprecated.Replaced byEngineeringCRSas of ISO 19111:2019.interfaceA 1-dimensional CRS which uses parameter values or functions.interfaceA 2- or 3-dimensional CRS based on an approximation of the shape of the planet's surface by a plane.interfaceBase type of CRS related to an object by a datum or datum ensemble.interfaceA 1-dimensional CRS used for the recording of time.interfaceA 1-dimensional CRS used for recording heights or depths.Methods in org.opengis.referencing.crs that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObjectCRSAuthorityFactory.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 TypeInterfaceDescriptioninterfaceA 2- or 3-dimensional coordinate system in Euclidean space with straight axes that are not necessarily orthogonal.interfaceA 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.interfaceSequence of non-repeating coordinate system axes that spans a given coordinate space.interfaceDefinition of a coordinate system axis.interfaceA 3-dimensional cylindrical coordinate system.interfaceA 2- or 3-dimensional coordinate system for use with geodetic CRS.interfaceA 1-dimensional coordinate system that consists of the points that lie on the single axis described.interfaceA 1-dimensional coordinate system in which a physical property or function is used as the dimension.interfaceA 2-dimensional polar coordinate system.interfaceA 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceA 1-dimensional coordinate system containing a single time axis.interfaceDeprecated.User-defined coordinate systems should extendCoordinateSystemdirectly.interfaceA 1-dimensional coordinate system used to record the heights or depths of points.Methods in org.opengis.referencing.cs that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObjectCSAuthorityFactory.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 TypeInterfaceDescriptioninterfaceSpecifies the relationship of a coordinate system to an object.interfaceDatumEnsemble<D extends Datum>Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.interfaceReference frame in which some of the defining parameters have time dependency.interfaceGeometric figure that can be used to describe the approximate shape of a planet.interfaceIdentification of the origin of an engineering (or local) coordinate reference system.interfacePosition, scale and orientation of a geocentric Cartesian 3D coordinate system relative to the planet.interfaceDeprecated.Replaced byEngineeringDatumas of ISO 19111:2019.interfaceIdentification of a particular reference surface used as the origin of a parametric coordinate system.interfaceDefinition of the origin from which longitude values are determined.interfaceDefinition of the relationship of a temporal coordinate system to an object.interfaceIdentification of a particular reference level surface used as a zero-height surface.Methods in org.opengis.referencing.datum that return IdentifiedObjectModifier and TypeMethodDescriptiondefault IdentifiedObjectDatumAuthorityFactory.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 TypeInterfaceDescriptioninterfaceAn ordered sequence of two or more single coordinate operations.interfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceOperation in which the parameter values are defined rather than empirically derived.interfaceA mathematical operation on coordinates that transforms or converts coordinates to another CRS or epoch.interfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceAlgorithm or procedure used to perform a coordinate operation.interfaceAn operation specifying a subset of a coordinate tuple subjected to a specific coordinate operation.interfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceChange of coordinate values within one CRS due to the motion of the point between two coordinate epochs.interfaceA conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates.interfaceA parameterized mathematical operation on coordinates that changes coordinates to another CRS.interfaceOperation 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 voidValidatorContainer.validate(IdentifiedObject object) Tests the conformance of the given object.static voidValidators.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 IdentifiedObjectAuthorityFactoryTest.objectThe 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 voidReferencingValidator.dispatchObject(IdentifiedObject object) For each interface implemented by the given object, invokes the correspondingvalidate(…)method defined in this package (if any).protected voidReferencingTestCase.verifyIdentification(IdentifiedObject object, String name, String identifier) Compares the name and identifier of the givenobjectagainst 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 TypeMethodDescriptionvoidOperationParametersReport.add(IdentifiedObject operation, ParameterDescriptorGroup parameters) Adds an operation to be show on the HTML page.protected AuthorityCodesReport.RowAuthorityCodesReport.createRow(String code, IdentifiedObject object) Creates a new row for the given authority code and identified object.protected OperationParametersReport.RowOperationParametersReport.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.