Uses of Interface
org.opengis.referencing.IdentifiedObject
- 
Packages that use IdentifiedObject Package Description org.opengis.parameter Description and storage of parameter values.org.opengis.referencing Base interfaces for reference systems.org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). - 
- 
Uses of IdentifiedObject in org.opengis.parameter
Subinterfaces of IdentifiedObject in org.opengis.parameter Modifier and Type Interface Description interfaceGeneralParameterDescriptorAbstract definition of a parameter or group of parameters used by an operation method.interfaceParameterDescriptor<T>The definition of a parameter used by an operation method.interfaceParameterDescriptorGroupThe 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.referencing Modifier and Type Interface Description interfaceReferenceSystemDescription of a spatial and temporal reference system used by a dataset.Methods in org.opengis.referencing that return IdentifiedObject Modifier and Type Method Description IdentifiedObjectAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.Method parameters in org.opengis.referencing with type arguments of type IdentifiedObject Modifier and Type Method Description Set<String>AuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)Returns the set of authority codes for objects of the given type. - 
Uses of IdentifiedObject in org.opengis.referencing.crs
Subinterfaces of IdentifiedObject in org.opengis.referencing.crs Modifier and Type Interface Description interfaceCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceCoordinateReferenceSystemBase type of all Coordinate Reference Systems (CRS).interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another CRS but is not a projected CRS.interfaceEngineeringCRSA 1-, 2- or 3-dimensional contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system.interfaceGeocentricCRSA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA 2- or 3-dimensional coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.interfaceImageCRSA 2-dimensional engineering coordinate reference system applied to locations in images.interfaceParametricCRSA 1-dimensional coordinate reference system which uses parameter values or functions.interfaceProjectedCRSA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSBase type of coordinate systems related to an object by a datum.interfaceTemporalCRSA 1-dimensional coordinate reference system used for the recording of time.interfaceVerticalCRSA 1-dimensional coordinate reference system used for recording heights or depths. - 
Uses of IdentifiedObject in org.opengis.referencing.cs
Subinterfaces of IdentifiedObject in org.opengis.referencing.cs Modifier and Type Interface Description interfaceAffineCSA 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.interfaceCartesianCSA 2- or 3-dimensional coordinate system with orthogonal straight axes.interfaceCoordinateSystemThe set of coordinate system axes that spans a given coordinate space.interfaceCoordinateSystemAxisDefinition of a coordinate system axis.interfaceCylindricalCSA 3-dimensional coordinate system consisting of aPolarCSextended by a straight axis perpendicular to the plane spanned by the polar CS.interfaceEllipsoidalCSA 2- or 3-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the 3D case) ellipsoidal height.interfaceLinearCSA 1-dimensional coordinate system that consists of the points that lie on the single axis described.interfaceParametricCSA 1-dimensional coordinate system containing a single axis.interfacePolarCSA 2-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.interfaceSphericalCSA 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceTimeCSA 1-dimensional coordinate system containing a single time axis.interfaceUserDefinedCSA 2- or 3-dimensional coordinate system that consists of any combination of axes not covered by any other CS type.interfaceVerticalCSA 1-dimensional coordinate system used to record the heights or depths of points. - 
Uses of IdentifiedObject in org.opengis.referencing.datum
Subinterfaces of IdentifiedObject in org.opengis.referencing.datum Modifier and Type Interface Description interfaceDatumSpecifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.interfaceEllipsoidGeometric figure that can be used to describe the approximate shape of the earth.interfaceEngineeringDatumDefines the origin of an engineering coordinate reference system.interfaceGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interfaceImageDatumDefines the origin of an image coordinate reference system.interfaceParametricDatumA textual description and/or a set of parameters identifying a particular reference surface used as the origin of a parametric coordinate system, including its position with respect to the Earth.interfacePrimeMeridianA prime meridian defines the origin from which longitude values are determined.interfaceTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.interfaceVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. - 
Uses of IdentifiedObject in org.opengis.referencing.operation
Subinterfaces of IdentifiedObject in org.opengis.referencing.operation Modifier and Type Interface Description interfaceConcatenatedOperationAn ordered sequence of two or more single coordinate operations.interfaceConicProjectionBase interface for conical map projections.interfaceConversionAn operation on coordinates that does not include any change of Datum.interfaceCoordinateOperationA mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interfaceCylindricalProjectionBase interface for cylindrical map projections.interfaceOperationMethodDefinition of an algorithm used to perform a coordinate operation.interfacePassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interfacePlanarProjectionBase interface for for azimuthal (or planar) map projections.interfaceProjectionA conversion transforming (longitude,latitude) coordinates to Cartesian coordinates (x,y).interfaceSingleOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interfaceTransformationAn operation on coordinates that usually includes a change of Datum. 
 -