Uses of Interface
org.opengis.referencing.IdentifiedObject

Packages that use IdentifiedObject
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.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
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
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
org.geotools.temporal.reference   
org.opengis.parameter Description and storage of parameter values
org.opengis.referencing Reference systems
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
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). 
org.opengis.temporal   
 

Uses of IdentifiedObject in org.geotools.parameter
 

Classes in org.geotools.parameter that implement IdentifiedObject
 class AbstractParameterDescriptor
          Abstract definition of a parameter or group of parameters used by an operation method.
 class DefaultParameterDescriptor<T>
          The definition of a parameter used by an operation method.
 class DefaultParameterDescriptorGroup
          The definition of a group of related parameters used by an operation method.
 class ImagingParameterDescriptors
          Wraps a JAI's ParameterListDescriptor.
 class MatrixParameterDescriptors
          A parameter group for matrix elements.
 class MatrixParameters
          The values for a group of matrix parameters.
 

Method parameters in org.geotools.parameter with type arguments of type IdentifiedObject
 void 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 IdentifiedObject
 class AbstractIdentifiedObject
          A base class for metadata applicable to reference system objects.
 class AbstractReferenceSystem
          Description of a spatial and temporal reference system used by a dataset.
 

Fields in org.geotools.referencing with type parameters of type IdentifiedObject
static Comparator<IdentifiedObject> AbstractIdentifiedObject.IDENTIFIER_COMPARATOR
          A comparator for sorting identified objects by identifiers.
static Comparator<IdentifiedObject> AbstractIdentifiedObject.NAME_COMPARATOR
          A comparator for sorting identified objects by name.
static Comparator<IdentifiedObject> AbstractIdentifiedObject.REMARKS_COMPARATOR
          A comparator for sorting identified objects by remarks.
 

Methods in org.geotools.referencing with parameters of type IdentifiedObject
protected static boolean AbstractIdentifiedObject.equals(IdentifiedObject[] array1, IdentifiedObject[] array2, boolean compareMetadata)
          Compares two arrays of OpenGIS's IdentifiedObject objects for equality.
protected static boolean AbstractIdentifiedObject.equals(IdentifiedObject[] array1, IdentifiedObject[] array2, boolean compareMetadata)
          Compares two arrays of OpenGIS's IdentifiedObject objects for equality.
protected static boolean AbstractIdentifiedObject.equals(IdentifiedObject object1, IdentifiedObject object2, boolean compareMetadata)
          Compares two OpenGIS's IdentifiedObject 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.
static Map<String,?> AbstractIdentifiedObject.getProperties(IdentifiedObject info)
          Returns the informations provided in the specified indentified object as a map of properties.
static Map<String,Object> 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 o1, IdentifiedObject o2)
          Returns true if the primary name of an object matches the primary name of one alias of the other object.
static boolean AbstractIdentifiedObject.nameMatches(IdentifiedObject object, String name)
          Returns true if either the primary name or at least one alias matches the specified string.
 

Method parameters in org.geotools.referencing with type arguments of type IdentifiedObject
protected static boolean AbstractIdentifiedObject.equals(Collection<? extends IdentifiedObject> collection1, Collection<? extends IdentifiedObject> collection2, boolean compareMetadata)
          Compares two collectionss of OpenGIS's IdentifiedObject objects for equality.
protected static boolean AbstractIdentifiedObject.equals(Collection<? extends IdentifiedObject> collection1, Collection<? extends IdentifiedObject> collection2, boolean compareMetadata)
          Compares two collectionss of OpenGIS's IdentifiedObject objects for equality.
 

Constructors in org.geotools.referencing with parameters of type IdentifiedObject
AbstractIdentifiedObject(IdentifiedObject object)
          Constructs 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 IdentifiedObject
 class AbstractCRS
          Abstract coordinate reference system, usually defined by a coordinate system and a datum.
 class AbstractDerivedCRS
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
 class AbstractSingleCRS
          Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).
 class DefaultCompoundCRS
          A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
 class DefaultDerivedCRS
          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 DefaultEngineeringCRS
          A contextually local coordinate reference system.
 class DefaultGeocentricCRS
          A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
 class DefaultGeographicCRS
          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 DefaultImageCRS
          An engineering coordinate reference system applied to locations in images.
 class DefaultProjectedCRS
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
 class DefaultTemporalCRS
          A 1D coordinate reference system used for the recording of time.
 class DefaultVerticalCRS
          A 1D coordinate reference system used for recording heights or depths.
 

Methods in org.geotools.referencing.crs that return IdentifiedObject
 IdentifiedObject EPSGCRSAuthorityFactory.createObject(String code)
          Deprecated.  
 

Uses of IdentifiedObject in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement IdentifiedObject
 class AbstractCS
          The set of coordinate system axes that spans a given coordinate space.
 class DefaultAffineCS
          A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
 class DefaultCartesianCS
          A 1-, 2-, or 3-dimensional coordinate system.
 class DefaultCompoundCS
          A coordinate system made of two or more independent coordinate systems.
 class DefaultCoordinateSystemAxis
          Definition of a coordinate system axis.
 class DefaultCylindricalCS
          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 DefaultEllipsoidalCS
          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 DefaultLinearCS
          A one-dimensional coordinate system that consists of the points that lie on the single axis described.
 class DefaultPolarCS
          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 DefaultSphericalCS
          A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
 class DefaultTimeCS
          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 DefaultUserDefinedCS
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
 class DefaultVerticalCS
          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 IdentifiedObject
 class AbstractDatum
          Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
 class DefaultEllipsoid
          Geometric figure that can be used to describe the approximate shape of the earth.
 class DefaultEngineeringDatum
          Defines the origin of an engineering coordinate reference system.
 class DefaultGeodeticDatum
          Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.
 class DefaultImageDatum
          Defines the origin of an image coordinate reference system.
 class DefaultPrimeMeridian
          A prime meridian defines the origin from which longitude values are determined.
 class DefaultTemporalDatum
          A temporal datum defines the origin of a temporal coordinate reference system.
 class DefaultVerticalDatum
          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.factory
 

Methods in org.geotools.referencing.factory that return IdentifiedObject
 IdentifiedObject ManyAuthoritiesFactory.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject AbstractAuthorityMediator.createObject(String code)
           
 IdentifiedObject BufferedAuthorityFactory.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject AuthorityFactoryAdapter.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject AbstractCachedAuthorityFactory.createObject(String code)
           
 IdentifiedObject CachedCRSAuthorityDecorator.createObject(String code)
           
 IdentifiedObject CachedAuthorityDecorator.createObject(String code)
           
 IdentifiedObject ThreadedAuthorityFactory.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject 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.
 IdentifiedObject PropertyAuthorityFactory.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject AbstractAuthorityFactory.createObject(String code)
          Returns an arbitrary object from a code.
protected  IdentifiedObject IdentifiedObjectFinder.deriveEquivalent(IdentifiedObject candidate, IdentifiedObject model)
          Returns candidate, or an object derived from candidate, if it is equals ignoring metadata to the specified model.
 IdentifiedObject 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 IdentifiedObject
protected  IdentifiedObject IdentifiedObjectFinder.deriveEquivalent(IdentifiedObject candidate, IdentifiedObject model)
          Returns candidate, or an object derived from candidate, if it is equals ignoring metadata to the specified model.
 IdentifiedObject IdentifiedObjectFinder.find(IdentifiedObject object)
          Lookups an object which is equals, ignoring metadata, to the specified object.
 String IdentifiedObjectFinder.findIdentifier(IdentifiedObject object)
          Returns the identifier of the specified object, or null if none.
protected  String IdentifiedObjectSet.getAuthorityCode(IdentifiedObject object)
          Returns the code to uses as a key for the specified object.
protected  Set IdentifiedObjectFinder.getCodeCandidates(IdentifiedObject object)
          Returns a set of authority codes that may identify the same object than the specified one.
 

Method parameters in org.geotools.referencing.factory with type arguments of type IdentifiedObject
 Set<String> ManyAuthoritiesFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 Set<String> BufferedAuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 Set<String> AuthorityFactoryAdapter.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority code for the specified type.
 Set<String> PropertyCoordinateOperationAuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 Set<String> FallbackAuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes for the specified type.
 Set<String> PropertyAuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 IdentifiedObjectFinder ManyAuthoritiesFactory.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder BufferedAuthorityFactory.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder AuthorityFactoryAdapter.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder ThreadedAuthorityFactory.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder FallbackAuthorityFactory.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder AllAuthoritiesFactory.getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
          Returns a finder which can be used for looking up unidentified objects.
 IdentifiedObjectFinder AbstractAuthorityFactory.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.epsg
 

Methods in org.geotools.referencing.factory.epsg that return IdentifiedObject
 IdentifiedObject DirectEpsgFactory.createObject(String code)
          Returns an arbitrary object from a code.
 IdentifiedObject CartesianAuthorityFactory.createObject(String code)
          Creates an object from the specified code.
 IdentifiedObject AbstractEpsgFactory.generateObject(String code)
          Returns an arbitrary object from a code.
 

Method parameters in org.geotools.referencing.factory.epsg with type arguments of type IdentifiedObject
 Set<String> DirectEpsgFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 Set<String> CartesianAuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
           
 

Uses of IdentifiedObject in org.geotools.referencing.factory.wms
 

Methods in org.geotools.referencing.factory.wms that return IdentifiedObject
 IdentifiedObject AutoCRSFactory.createObject(String code)
          Deprecated. Creates an object from the specified code.
 IdentifiedObject WebCRSFactory.createObject(String code)
          Deprecated. Creates an object from the specified code.
 

Uses of IdentifiedObject in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement IdentifiedObject
 class AbstractCoordinateOperation
          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 DefaultConcatenatedOperation
          An ordered sequence of two or more single coordinate operations.
 class DefaultConicProjection
          Base class for conical map projections.
 class DefaultConversion
          An operation on coordinates that does not include any change of Datum.
 class DefaultCylindricalProjection
          Base class for cylindrical map projections.
 class DefaultOperation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 class DefaultOperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 class DefaultPassThroughOperation
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
 class DefaultPlanarProjection
          Base class for for azimuthal (or planar) map projections.
 class DefaultProjection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 class DefaultSingleOperation
          A single (not concatenated) coordinate operation.
 class DefaultTransformation
          An operation on coordinates that usually includes a change of Datum.
 class DefiningConversion
          A conversion used for the definition of a derived CRS (including projections).
 class MathTransformProvider
          An operation method capable to creates a math transform from set of parameter values.
 

Methods in org.geotools.referencing.operation with parameters of type IdentifiedObject
protected 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 IdentifiedObject
static class AlbersEqualArea.Provider
          The math transform provider for an Albers Equal Area projection (EPSG code 9822).
static class CassiniSoldner.Provider
          The MathTransformProvider for a CassiniSoldner projection.
static class EckertIV.Provider
          The math transform provider for the Eckert IV projection (not part of the EPSG database).
static class EquidistantConic.Provider
          The math transform provider for a EquidistantConic projection.
static class EquidistantCylindrical.Provider
          The math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).
static class EquidistantCylindrical.SphericalProvider
          The math transform provider for an Equidistant Cylindrical projection, spherical case
static class HotineObliqueMercator.Provider
          The math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).
static class HotineObliqueMercator.Provider_TwoPoint
          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 Krovak.Provider
          The math transform provider for an Krovak projection (EPSG code 9819).
static class LambertAzimuthalEqualArea.Provider
          The math transform provider for an Lambert Equal Area projection (EPSG code 9820).
static class LambertConformal1SP.Provider
          The math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).
static class LambertConformal2SP.Provider
          The math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).
static class LambertConformalBelgium.Provider
          The math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).
static class MapProjection.AbstractProvider
          The base provider for MapProjections.
static class Mercator1SP.Provider
          The math transform provider for a Mercator 1SP projection (EPSG code 9804).
static class Mercator2SP.Provider
          The math transform provider for a Mercator 2SP projection (EPSG code 9805).
 class MercatorPseudoProvider
          Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and others
static class Mollweide.MollweideProvider
          The math transform provider for the Mollweide projection (not part of the EPSG database).
static class Mollweide.WagnerIVProvider
          The math transform provider for the Wagner IV projection (not part of the EPSG database).
static class Mollweide.WagnerVProvider
          The math transform provider for the Wagner V projection (not part of the EPSG database).
static class NewZealandMapGrid.Provider
          The math transform provider for New Zealand Map Grid (EPSG code 27200).
static class ObliqueMercator.Provider
          The math transform provider for an Oblique Mercator projection (EPSG code 9815).
static class ObliqueMercator.Provider_TwoPoint
          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 class ObliqueStereographic.Provider
          The math transform provider for a stereographic projection of any kind.
static class Orthographic.Provider
          The math transform provider for a Orthographic projection.
static class PlateCarree.Provider
          The math transform provider for an Plate Carree projection.
static class PolarStereographic.ProviderA
          The math transform provider for a Polar Stereographic projection.
static class PolarStereographic.ProviderB
          The math transform provider for a Polar Stereographic (Variant B) projection.
static class PolarStereographic.ProviderNorth
          The math transform provider for a North Polar Stereographic projection.
static class PolarStereographic.ProviderSouth
          The math transform provider for a South Polar Stereographic projection.
static class Polyconic.Provider
          The math transform provider for a Mercator 1SP projection (EPSG code 9804).
static class Robinson.Provider
          The math transform provider for the Robinson projection (not part of the EPSG database).
static class Stereographic.Provider
          The math transform provider for a Stereographic projections using USGS equations.
static class TransverseMercator.Provider
          The math transform provider for a Transverse Mercator projection (EPSG code 9807).
static class TransverseMercator.Provider_SouthOrientated
          The math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).
static class WinkelTripel.AitoffProvider
          The math transform provider for the Aitoff projection (not part of the EPSG database).
static class WinkelTripel.WinkelProvider
          The math transform provider for the Winkle Tripel projection projection (not part of the EPSG database).
static class WorldVanDerGrintenI.Provider
           
 

Uses of IdentifiedObject in org.geotools.referencing.operation.transform
 

Classes in org.geotools.referencing.operation.transform that implement IdentifiedObject
static class EarthGravitationalModel.Provider
          The provider for EarthGravitationalModel.
static class ExponentialTransform1D.Provider
          The provider for the ExponentialTransform1D.
static class GeocentricTransform.Provider
          The provider for GeocentricTransform.
static class GeocentricTransform.ProviderInverse
          The provider for inverse of GeocentricTransform.
static class GeocentricTranslation.Provider
          Base class for geocentric affine transform providers.
static class GeocentricTranslation.ProviderFrameRotation
          Geocentric affine transform provider for "Coordinate Frame rotation".
static class GeocentricTranslation.ProviderSevenParam
          Base class for geocentric affine transform providers with rotation terms.
static class LogarithmicTransform1D.Provider
          The provider for the LogarithmicTransform1D.
static class MolodenskiTransform.Provider
          The provider for MolodenskiTransform.
static class MolodenskiTransform.ProviderAbridged
          The provider for abridged MolodenskiTransform.
static class NADCONTransform.Provider
          The provider for NADCONTransform.
static class NTv2Transform.Provider
          The NTv2Transform provider.
static class ProjectiveTransform.ProviderAffine
          The provider for the "Affine general parametric transformation" (EPSG 9624).
static class ProjectiveTransform.ProviderLongitudeRotation
          The provider for the "Longitude rotation" (EPSG 9601).
 class SimilarityTransformProvider
          The provider for the "Similarity transformation" (EPSG 9621).
static class WarpTransform2D.Provider
          The provider for the WarpTransform2D.
 

Uses of IdentifiedObject in org.geotools.referencing.wkt
 

Methods in org.geotools.referencing.wkt with parameters of type IdentifiedObject
 void Formatter.append(IdentifiedObject info)
          Append the specified OpenGIS's IdentifiedObject object.
 Identifier Formatter.getIdentifier(IdentifiedObject info)
          Returns the preferred identifier for the specified object.
 String 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 IdentifiedObject
 class DefaultCalendar
           
 class DefaultClock
           
 class DefaultOrdinalReferenceSystem
           
 class DefaultTemporalCoordinateSystem
           
 class DefaultTemporalReferenceSystem
           
 

Uses of IdentifiedObject in org.opengis.parameter
 

Subinterfaces of IdentifiedObject in org.opengis.parameter
 interface GeneralParameterDescriptor
          Abstract definition of a parameter or group of parameters used by an operation method.
 interface ParameterDescriptor<T>
          The definition of a parameter used by an operation method.
 interface ParameterDescriptorGroup
          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.referencing
 interface ReferenceSystem
          Description of a spatial and temporal reference system used by a dataset.
 interface SpatialReferenceSystemUsingGeographicIdentifier
          Spatial reference system using geographic identifier, a reference to a feature with a known spatial location.
 

Methods in org.opengis.referencing that return IdentifiedObject
 IdentifiedObject AuthorityFactory.createObject(String code)
          Returns an arbitrary object from a code.
 

Method parameters in org.opengis.referencing with type arguments of type IdentifiedObject
 Set<String> AuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
          Returns the set of authority codes of the given type.
 

Uses of IdentifiedObject in org.opengis.referencing.crs
 

Subinterfaces of IdentifiedObject in org.opengis.referencing.crs
 interface CompoundCRS
          A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
 interface CoordinateReferenceSystem
          Abstract coordinate reference system, usually defined by a coordinate system and a datum.
 interface DerivedCRS
          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 EngineeringCRS
          A contextually local coordinate reference system.
 interface GeneralDerivedCRS
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
 interface GeocentricCRS
          A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
 interface GeodeticCRS
          A coordinate reference system associated with a geodetic datum.
 interface GeographicCRS
          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 ImageCRS
          An engineering coordinate reference system applied to locations in images.
 interface ProjectedCRS
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
 interface SingleCRS
          Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).
 interface TemporalCRS
          A 1D coordinate reference system used for the recording of time.
 interface VerticalCRS
          A 1D 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
 interface AffineCS
          A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
 interface CartesianCS
          A 1-, 2-, or 3-dimensional coordinate system.
 interface CoordinateSystem
          The set of coordinate system axes that spans a given coordinate space.
 interface CoordinateSystemAxis
          Definition of a coordinate system axis.
 interface CylindricalCS
          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 EllipsoidalCS
          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 LinearCS
          A one-dimensional coordinate system that consists of the points that lie on the single axis described.
 interface PolarCS
          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 SphericalCS
          A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
 interface TimeCS
          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 UserDefinedCS
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
 interface VerticalCS
          A one-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
 interface Datum
          Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
 interface Ellipsoid
          Geometric figure that can be used to describe the approximate shape of the earth.
 interface EngineeringDatum
          Defines the origin of an engineering coordinate reference system.
 interface GeodeticDatum
          Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.
 interface ImageDatum
          Defines the origin of an image coordinate reference system.
 interface PrimeMeridian
          A prime meridian defines the origin from which longitude values are determined.
 interface TemporalDatum
          A temporal datum defines the origin of a temporal coordinate reference system.
 interface VerticalDatum
          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.opengis.referencing.operation
 

Subinterfaces of IdentifiedObject in org.opengis.referencing.operation
 interface ConcatenatedOperation
          An ordered sequence of two or more single coordinate operations.
 interface ConicProjection
          Base interface for conical map projections.
 interface Conversion
          An operation on coordinates that does not include any change of Datum.
 interface CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 interface CylindricalProjection
          Base interface for cylindrical map projections.
 interface Operation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 interface OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 interface PassThroughOperation
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
 interface PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
 interface Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 interface SingleOperation
          A single (not concatenated) coordinate operation.
 interface Transformation
          An operation on coordinates that usually includes a change of Datum.
 

Uses of IdentifiedObject in org.opengis.temporal
 

Subinterfaces of IdentifiedObject in org.opengis.temporal
 interface Calendar
          A discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.
 interface Clock
          Provides a basis for defining temporal position within a day.
 interface OrdinalReferenceSystem
          Provides only the attributes inherited from temporal reference system.
 interface TemporalCoordinateSystem
          A temporal coordinate system to simplify the computation of temporal distances between points and the functional description of temporal operations.
 interface TemporalReferenceSystem
          Provides information about a temporal reference system.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.