Uses of Class
org.geotools.referencing.AbstractIdentifiedObject
-
Packages that use AbstractIdentifiedObject Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.parameter Parameter implementation.org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of AbstractIdentifiedObject in org.geotools.coverage.processing
Subclasses of AbstractIdentifiedObject in org.geotools.coverage.processing Modifier and Type Class Description classExtendedImagingParameterDescriptorsExtension of theImagingParameterDescriptorsclass used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor. -
Uses of AbstractIdentifiedObject in org.geotools.parameter
Subclasses of AbstractIdentifiedObject in org.geotools.parameter Modifier and Type Class Description classAbstractParameterDescriptorAbstract definition of a parameter or group of parameters used by an operation method.classDefaultParameterDescriptor<T>The definition of a parameter used by an operation method.classDefaultParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.classImagingParameterDescriptorsWraps a JAI'sParameterListDescriptor.classMatrixParameterDescriptorsA parameter group for matrix elements.Methods in org.geotools.parameter with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractParameterDescriptor. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this parameter for equality.booleanDefaultParameterDescriptor. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this parameter for equality.booleanDefaultParameterDescriptorGroup. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this parameter group for equality.booleanImagingParameterDescriptors. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this parameter group for equality.booleanMatrixParameterDescriptors. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this parameter group for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing
Subclasses of AbstractIdentifiedObject in org.geotools.referencing Modifier and Type Class Description classAbstractReferenceSystemDescription of a spatial and temporal reference system used by a dataset.Methods in org.geotools.referencing with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractIdentifiedObject. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares this object with the specified object for equality.booleanAbstractReferenceSystem. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this reference system with the specified object for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.crs
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.crs Modifier and Type Class Description classAbstractCRSAbstract coordinate reference system, usually defined by a coordinate system and a datum.classAbstractDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstractSingleCRSAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classDefaultCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.classDefaultDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classDefaultEngineeringCRSA contextually local coordinate reference system.classDefaultGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classDefaultGeographicCRSA 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.classDefaultImageCRSAn engineering coordinate reference system applied to locations in images.classDefaultProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classDefaultTemporalCRSA 1D coordinate reference system used for the recording of time.classDefaultVerticalCRSA 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.referencing.crs with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractCRS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this coordinate reference system with the specified object for equality.booleanAbstractDerivedCRS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this coordinate reference system with the specified object for equality.booleanAbstractSingleCRS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this coordinate reference system with the specified object for equality.booleanDefaultCompoundCRS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares this coordinate reference system with the specified object for equality.booleanDefaultEngineeringCRS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object to this CRS for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.cs
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.cs Modifier and Type Class Description classAbstractCSThe set of coordinate system axes that spans a given coordinate space.classDefaultAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.classDefaultCartesianCSA 1-, 2-, or 3-dimensional coordinate system.classDefaultCompoundCSA coordinate system made of two or more independent coordinate systems.classDefaultCoordinateSystemAxisDefinition of a coordinate system axis.classDefaultCylindricalCSA three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.classDefaultEllipsoidalCSA two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.classDefaultLinearCSA one-dimensional coordinate system that consists of the points that lie on the single axis described.classDefaultPolarCSA two-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.classDefaultSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.classDefaultTimeCSA one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.classDefaultUserDefinedCSA two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.classDefaultVerticalCSA one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.geotools.referencing.cs with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractCS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this coordinate system for equality.booleanDefaultCompoundCS. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares this coordinate system with the specified object for equality.booleanDefaultCoordinateSystemAxis. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this axis for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.datum
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.datum Modifier and Type Class Description classAbstractDatumSpecifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.classDefaultEllipsoidGeometric figure that can be used to describe the approximate shape of the earth.classDefaultEngineeringDatumDefines the origin of an engineering coordinate reference system.classDefaultGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.classDefaultImageDatumDefines the origin of an image coordinate reference system.classDefaultPrimeMeridianA prime meridian defines the origin from which longitude values are determined.classDefaultTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.classDefaultVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.referencing.datum with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares the specified object with this datum for equality.booleanDefaultEllipsoid. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this ellipsoid with the specified object for equality.booleanDefaultEngineeringDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this datum with the specified object for equality.booleanDefaultGeodeticDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this datum with the specified object for equality.booleanDefaultImageDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this datum with the specified object for equality.booleanDefaultPrimeMeridian. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this prime meridian with the specified object for equality.booleanDefaultTemporalDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this temporal datum with the specified object for equality.booleanDefaultVerticalDatum. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this vertical datum with the specified object for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.operation Modifier and Type Class Description classAbstractCoordinateOperationEstablishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS.classDefaultConcatenatedOperationAn ordered sequence of two or more single coordinate operations.classDefaultConicProjectionBase class for conical map projections.classDefaultConversionAn operation on coordinates that does not include any change of Datum.classDefaultCylindricalProjectionBase class for cylindrical map projections.classDefaultOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classDefaultOperationMethodDefinition of an algorithm used to perform a coordinate operation.classDefaultPassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classDefaultSingleOperationA single (not concatenated) coordinate operation.classDefaultTransformationAn operation on coordinates that usually includes a change of Datum.classDefiningConversionA conversion used for the definition of a derived CRS (including projections).classMathTransformProviderMethods in org.geotools.referencing.operation with parameters of type AbstractIdentifiedObject Modifier and Type Method Description booleanAbstractCoordinateOperation. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compares this coordinate operation with the specified object for equality.booleanDefaultConcatenatedOperation. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this concatenated operation with the specified object for equality.booleanDefaultOperation. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this operation method with the specified object for equality.booleanDefaultOperationMethod. equals(AbstractIdentifiedObject object, boolean compareMetadata)Compare this operation method with the specified object for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation.projection
-
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation.transform
-