Uses of Interface
org.geotools.api.referencing.IdentifiedObject
Packages that use IdentifiedObject
Package
Description
Description and storage of parameter values.
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
Coverage processing
implementations.
Parameter implementation.
Reference systems implementation.
Coordinate reference systems implementation.
Coordinate systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
Well
Known Text (WKT) parsing and formatting.
-
Uses of IdentifiedObject in org.geotools.api.parameter
Subinterfaces of IdentifiedObject in org.geotools.api.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.geotools.api.referencing
Subinterfaces of IdentifiedObject in org.geotools.api.referencingModifier and TypeInterfaceDescriptioninterface
Description of a spatial and temporal reference system used by a dataset.interface
Spatial reference system using geographic identifier, a reference to a feature with a known spatial location.Methods in org.geotools.api.referencing that return IdentifiedObjectModifier and TypeMethodDescriptionAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.Method parameters in org.geotools.api.referencing with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type. -
Uses of IdentifiedObject in org.geotools.api.referencing.crs
Subinterfaces of IdentifiedObject in org.geotools.api.referencing.crsModifier and TypeInterfaceDescriptioninterface
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.interface
Abstract coordinate reference system, usually defined by a coordinate system and a datum.interface
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interface
A contextually local coordinate reference system.interface
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interface
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interface
A coordinate reference system associated with a geodetic datum.interface
A 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.interface
An engineering coordinate reference system applied to locations in images.interface
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interface
Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).interface
A 1D coordinate reference system used for the recording of time.interface
A 1D coordinate reference system used for recording heights or depths. -
Uses of IdentifiedObject in org.geotools.api.referencing.cs
Subinterfaces of IdentifiedObject in org.geotools.api.referencing.csModifier and TypeInterfaceDescriptioninterface
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interface
A 1-, 2-, or 3-dimensional coordinate system.interface
The set of coordinate system axes that spans a given coordinate space.interface
Definition of a coordinate system axis.interface
A 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.interface
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.interface
A one-dimensional coordinate system that consists of the points that lie on the single axis described.interface
A 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.interface
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
A 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.interface
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interface
A one-dimensional coordinate system used to record the heights (or depths) of points. -
Uses of IdentifiedObject in org.geotools.api.referencing.datum
Subinterfaces of IdentifiedObject in org.geotools.api.referencing.datumModifier and TypeInterfaceDescriptioninterface
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.interface
Geometric figure that can be used to describe the approximate shape of the earth.interface
Defines the origin of an engineering coordinate reference system.interface
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interface
Defines the origin of an image coordinate reference system.interface
A prime meridian defines the origin from which longitude values are determined.interface
A temporal datum defines the origin of a temporal coordinate reference system.interface
A 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.geotools.api.referencing.operation
Subinterfaces of IdentifiedObject in org.geotools.api.referencing.operationModifier and TypeInterfaceDescriptioninterface
An ordered sequence of two or more single coordinate operations.interface
Base interface for conical map projections.interface
An operation on coordinates that does not include any change of Datum.interface
A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interface
Base interface for cylindrical map projections.interface
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interface
Definition of an algorithm used to perform a coordinate operation.interface
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interface
Base interface for for azimuthal (or planar) map projections.interface
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).interface
A single (not concatenated) coordinate operation.interface
An operation on coordinates that usually includes a change of Datum. -
Uses of IdentifiedObject in org.geotools.api.temporal
Subinterfaces of IdentifiedObject in org.geotools.api.temporalModifier and TypeInterfaceDescriptioninterface
A discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.interface
Provides a basis for defining temporal position within a day.interface
Provides only the attributes inherited from temporal reference system.interface
A temporal coordinate system to simplify the computation of temporal distances between points and the functional description of temporal operations.interface
Provides information about a temporal reference system. -
Uses of IdentifiedObject in org.geotools.coverage.processing
Classes in org.geotools.coverage.processing that implement IdentifiedObjectModifier and TypeClassDescriptionclass
Extension of theImagingParameterDescriptors
class used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor
. -
Uses of IdentifiedObject in org.geotools.parameter
Classes in org.geotools.parameter that implement IdentifiedObjectModifier and TypeClassDescriptionclass
Abstract definition of a parameter or group of parameters used by an operation method.class
The definition of a parameter used by an operation method.class
The definition of a group of related parameters used by an operation method.class
Wraps a JAI'sParameterListDescriptor
.class
A parameter group for matrix elements.class
The values for a group of matrix parameters.Method parameters in org.geotools.parameter with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionvoid
ParameterWriter.summary
(Collection<? extends IdentifiedObject> parameters, Set<String> scopes) Formats a summary of a collection of identified objects. -
Uses of IdentifiedObject in org.geotools.referencing
Classes in org.geotools.referencing that implement IdentifiedObjectModifier and TypeClassDescriptionclass
A base class for metadata applicable to reference system objects.class
Description of a spatial and temporal reference system used by a dataset.Fields in org.geotools.referencing with type parameters of type IdentifiedObjectModifier and TypeFieldDescriptionstatic final Comparator<IdentifiedObject>
AbstractIdentifiedObject.IDENTIFIER_COMPARATOR
A comparator for sorting identified objects by identifiers.static final Comparator<IdentifiedObject>
AbstractIdentifiedObject.NAME_COMPARATOR
A comparator for sorting identified objects by name.static final Comparator<IdentifiedObject>
AbstractIdentifiedObject.REMARKS_COMPARATOR
A comparator for sorting identified objects by remarks.Methods in org.geotools.referencing with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionprotected static boolean
AbstractIdentifiedObject.equals
(IdentifiedObject[] array1, IdentifiedObject[] array2, boolean compareMetadata) Compares two arrays of OpenGIS'sIdentifiedObject
objects for equality.protected static boolean
AbstractIdentifiedObject.equals
(IdentifiedObject object1, IdentifiedObject object2, boolean compareMetadata) Compares two OpenGIS'sIdentifiedObject
objects for equality.static ReferenceIdentifier
AbstractIdentifiedObject.getIdentifier
(IdentifiedObject info, Citation authority) Returns an identifier according the given authority.static String
AbstractIdentifiedObject.getName
(IdentifiedObject info, Citation authority) Returns an object's name according the given authority.AbstractIdentifiedObject.getProperties
(IdentifiedObject info) Returns the informations provided in the specified indentified object as a map of properties.AbstractIdentifiedObject.getProperties
(IdentifiedObject info, Citation authority) Returns the properties to be given to an identified object derived from the specified one.static String
CRS.lookupIdentifier
(IdentifiedObject object, boolean fullScan) Looks up an identifier for the specified object.static boolean
AbstractIdentifiedObject.nameMatches
(IdentifiedObject object, String name) static boolean
AbstractIdentifiedObject.nameMatches
(IdentifiedObject o1, IdentifiedObject o2) Returnstrue
if the primary name of an object matches the primary name of one alias of the other object.Method parameters in org.geotools.referencing with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionprotected static boolean
AbstractIdentifiedObject.equals
(Collection<? extends IdentifiedObject> collection1, Collection<? extends IdentifiedObject> collection2, boolean compareMetadata) Compares two collectionss of OpenGIS'sIdentifiedObject
objects for equality.Constructors in org.geotools.referencing with parameters of type IdentifiedObjectModifierConstructorDescriptionConstructs a new identified object with the same values than the specified one. -
Uses of IdentifiedObject in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement IdentifiedObjectModifier and TypeClassDescriptionclass
Abstract coordinate reference system, usually defined by a coordinate system and a datum.class
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).class
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).class
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.class
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.class
A contextually local coordinate reference system.class
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.class
A 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.class
An engineering coordinate reference system applied to locations in images.class
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.class
A 1D coordinate reference system used for the recording of time.class
A 1D coordinate reference system used for recording heights or depths. -
Uses of IdentifiedObject in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement IdentifiedObjectModifier and TypeClassDescriptionclass
The set of coordinate system axes that spans a given coordinate space.class
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
A 1-, 2-, or 3-dimensional coordinate system.class
A coordinate system made of two or more independent coordinate systems.class
Definition of a coordinate system axis.class
A 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.class
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.class
A one-dimensional coordinate system that consists of the points that lie on the single axis described.class
A 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.class
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.class
A 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.class
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.class
A one-dimensional coordinate system used to record the heights (or depths) of points. -
Uses of IdentifiedObject in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement IdentifiedObjectModifier and TypeClassDescriptionclass
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.class
Geometric figure that can be used to describe the approximate shape of the earth.class
Defines the origin of an engineering coordinate reference system.class
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.class
Defines the origin of an image coordinate reference system.class
A prime meridian defines the origin from which longitude values are determined.class
A temporal datum defines the origin of a temporal coordinate reference system.class
A 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.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return IdentifiedObject -
Uses of IdentifiedObject in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return IdentifiedObjectModifier and TypeMethodDescriptionAbstractAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.AbstractAuthorityMediator.createObject
(String code) AbstractCachedAuthorityFactory.createObject
(String code) AuthorityFactoryAdapter.createObject
(String code) Returns an arbitrary object from a code.BufferedAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.CachedAuthorityDecorator.createObject
(String code) CachedCRSAuthorityDecorator.createObject
(String code) FallbackAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.protected IdentifiedObject
IdentifiedObjectSet.createObject
(String code) Creates an object for the specified authority code.ManyAuthoritiesFactory.createObject
(String code) Returns an arbitrary object from a code.PropertyAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.ThreadedAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.protected IdentifiedObject
IdentifiedObjectFinder.deriveEquivalent
(IdentifiedObject candidate, IdentifiedObject model) Returnscandidate
, or an object derived fromcandidate
, if it is equals ignoring metadata to the specified model.IdentifiedObjectFinder.find
(IdentifiedObject object) Lookups an object which is equals, ignoring metadata, to the specified object.protected abstract IdentifiedObject
AbstractCachedAuthorityFactory.generateObject
(String code) Methods in org.geotools.referencing.factory with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionprotected IdentifiedObject
IdentifiedObjectFinder.deriveEquivalent
(IdentifiedObject candidate, IdentifiedObject model) Returnscandidate
, or an object derived fromcandidate
, if it is equals ignoring metadata to the specified model.IdentifiedObjectFinder.find
(IdentifiedObject object) Lookups an object which is equals, ignoring metadata, to the specified object.IdentifiedObjectFinder.findIdentifier
(IdentifiedObject object) Returns the identifier of the specified object, ornull
if none.protected String
IdentifiedObjectSet.getAuthorityCode
(IdentifiedObject object) Returns the code to uses as a key for the specified object.IdentifiedObjectFinder.getCodeCandidates
(IdentifiedObject object) Returns a set of authority codes that may identify the same object than the specified one.protected Set
IdentifiedObjectFinder.getSpecificCodeCandidates
(IdentifiedObject object) Method parameters in org.geotools.referencing.factory with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionAuthorityFactoryAdapter.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority code for the specified type.BufferedAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.CachedAuthorityDecorator.getAuthorityCodes
(Class<? extends IdentifiedObject> type) CachedCRSAuthorityDecorator.getAuthorityCodes
(Class<? extends IdentifiedObject> type) FallbackAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes for the specified type.ManyAuthoritiesFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.PropertyAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.PropertyCoordinateOperationAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.ThreadedAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.AbstractAuthorityFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.AbstractAuthorityMediator.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.AbstractCachedAuthorityFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.AllAuthoritiesFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.AuthorityFactoryAdapter.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.BufferedAuthorityFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.CachedAuthorityDecorator.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) CachedCRSAuthorityDecorator.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.FallbackAuthorityFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.ManyAuthoritiesFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.ThreadedAuthorityFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects.Constructor parameters in org.geotools.referencing.factory with type arguments of type IdentifiedObjectModifierConstructorDescriptionprotected
IdentifiedObjectFinder
(AuthorityFactory factory, Class<? extends IdentifiedObject> type) Creates a finder using the specified factory. -
Uses of IdentifiedObject in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return IdentifiedObjectModifier and TypeMethodDescriptionCartesianAuthorityFactory.createObject
(String code) Creates an object from the specified code.DirectEpsgFactory.createObject
(String code) Returns an arbitrary object from a code.AbstractEpsgFactory.generateObject
(String code) Returns an arbitrary object from a code.Method parameters in org.geotools.referencing.factory.epsg with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionCartesianAuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) DirectEpsgFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.DirectEpsgFactory.getIdentifiedObjectFinder
(Class<? extends IdentifiedObject> type) Returns a finder which can be used for looking up unidentified objects. -
Uses of IdentifiedObject in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return IdentifiedObjectModifier and TypeMethodDescriptionAutoCRSFactory.createObject
(String code) Creates an object from the specified code.WebCRSFactory.createObject
(String code) Creates an object from the specified code.Method parameters in org.geotools.referencing.factory.wms with type arguments of type IdentifiedObjectModifier and TypeMethodDescriptionAutoCRSFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Provides a complete set of the known codes provided by this authority.WebCRSFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Provides a complete set of the known codes provided by this authority. -
Uses of IdentifiedObject in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement IdentifiedObjectModifier and TypeClassDescriptionclass
Establishes 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.class
An ordered sequence of two or more single coordinate operations.class
Base class for conical map projections.class
An operation on coordinates that does not include any change of Datum.class
Base class for cylindrical map projections.class
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.class
Definition of an algorithm used to perform a coordinate operation.class
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
A single (not concatenated) coordinate operation.class
An operation on coordinates that usually includes a change of Datum.class
A conversion used for the definition of a derived CRS (including projections).class
Methods in org.geotools.referencing.operation with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionprotected static String
AbstractCoordinateOperationFactory.getErrorMessage
(IdentifiedObject source, IdentifiedObject target) Returns an error message for "No path found from sourceCRS to targetCRS". -
Uses of IdentifiedObject in org.geotools.referencing.operation.projection
Classes in org.geotools.referencing.operation.projection that implement IdentifiedObjectModifier and TypeClassDescriptionstatic class
The math transform provider for an Albers Equal Area projection (EPSG code 9822).static class
Factory for creating Azimuthal Equidistant projections.static class
TheMathTransformProvider
for aCassiniSoldner
projection.static class
static class
static class
static class
The math transform provider for the Eckert IV projection (not part of the EPSG database).static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a EquidistantConic projection.static class
The math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).static class
The math transform provider for an Equidistant Cylindrical projection, spherical casestatic class
The math transform provider for an General Oblique Transformation projection.static class
static class
The math transform provider for a Gnomonic projectionstatic class
The math transform provider for the Homolosine projection (not part of the EPSG database).static final class
The math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).static final class
The math transform provider for a Hotine Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static class
static class
static class
The math transform provider for an Lambert Equal Area projection (EPSG code 9820).static class
The math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).static class
The math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).static final class
The math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).class
A specialized versionstatic class
The base provider forMapProjection
s.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for a Mercator 2SP projection (EPSG code 9805).class
Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersstatic class
The math transform provider for an Meteosat Second Generation image projection.static class
The math transform provider for the Mollweide projection (not part of the EPSG database).static class
The math transform provider for the Wagner IV projection (not part of the EPSG database).static class
The math transform provider for the Wagner V projection (not part of the EPSG database).static class
The math transform provider for New Zealand Map Grid (EPSG code 27200).static class
The math transform provider for an Oblique Mercator projection (EPSG code 9815).static class
The math transform provider for a Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static final class
The math transform provider for a stereographic projection of any kind.static final class
The math transform provider for a Orthographic projection.static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a Polar Stereographic projection.static final class
The math transform provider for a Polar Stereographic (Variant B) projection.static final class
The math transform provider for a North Polar Stereographic projection.static final class
The math transform provider for a South Polar Stereographic projection.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for the Robinson projection (not part of the EPSG database).static class
The math transform provider for an Rotated Pole projection.static class
The math transform provider for the Sinusoidal projection (not part of the EPSG database).static class
The math transform provider for a Stereographic projections using USGS equations.static class
The math transform provider for a Transverse Mercator projection (EPSG code 9807).static class
The math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).static class
The math transform provider for the Aitoff projection (not part of the EPSG database).static class
The math transform provider for the Winkle Tripel projection projection (not part of the EPSG database).static class
-
Uses of IdentifiedObject in org.geotools.referencing.operation.transform
Classes in org.geotools.referencing.operation.transform that implement IdentifiedObjectModifier and TypeClassDescriptionstatic class
The provider forEarthGravitationalModel
.static class
The provider for theExponentialTransform1D
.static class
The provider forGeocentricTransform
.static class
The provider for inverse ofGeocentricTransform
.static class
Base class for geocentric affine transform providers.static class
Geocentric affine transform provider for "Coordinate Frame rotation".static class
Base class for geocentric affine transform providers with rotation terms.static class
The provider for theLogarithmicTransform1D
.static class
The provider forMolodenskiTransform
.static class
The provider for abridgedMolodenskiTransform
.static class
The provider forNADCONTransform
.static class
TheNTv2Transform
provider.static final class
The provider for the "Affine general parametric transformation" (EPSG 9624).static final class
The provider for the "Longitude rotation" (EPSG 9601).class
The provider for the "Similarity transformation" (EPSG 9621).class
The provider for theWarpTransform2D
. -
Uses of IdentifiedObject in org.geotools.referencing.proj
Methods in org.geotools.referencing.proj with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionPROJFormatter.getIdentifier
(IdentifiedObject info) Retrieves the identifier for a givenIdentifiedObject
.PROJFormatter.getName
(IdentifiedObject info) Returns the preferred name for the specified object. -
Uses of IdentifiedObject in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionCRSUtilities.changeDimensionInName
(IdentifiedObject object, String search, String replace) Changes the dimension declared in the name. -
Uses of IdentifiedObject in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type IdentifiedObjectModifier and TypeMethodDescriptionvoid
Formatter.append
(IdentifiedObject info) Append the specified OpenGIS'sIdentifiedObject
object.Formatter.getIdentifier
(IdentifiedObject info) Returns the preferred identifier for the specified object.Formatter.getName
(IdentifiedObject info) Returns the preferred name for the specified object. -
Uses of IdentifiedObject in org.geotools.temporal.reference
Classes in org.geotools.temporal.reference that implement IdentifiedObjectModifier and TypeClassDescriptionclass
class
class
class
class