Uses of Interface
org.opengis.referencing.cs.CoordinateSystem

Packages that use CoordinateSystem
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.cs Coordinate systems 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.operation Coordinate operation implementation. 
org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of CoordinateSystem in org.geotools.referencing.crs
 

Fields in org.geotools.referencing.crs declared as CoordinateSystem
protected  CoordinateSystem AbstractCRS.coordinateSystem
          The coordinate system.
 

Methods in org.geotools.referencing.crs that return CoordinateSystem
 CoordinateSystem AbstractCRS.getCoordinateSystem()
          Returns the coordinate system.
 

Constructors in org.geotools.referencing.crs with parameters of type CoordinateSystem
AbstractCRS(Map<String,?> properties, CoordinateSystem cs)
          Constructs a coordinate reference system from a set of properties.
AbstractDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Constructs a derived CRS from a defining conversion.
AbstractDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Constructs a derived CRS from a set of properties.
AbstractSingleCRS(Map<String,?> properties, Datum datum, CoordinateSystem cs)
          Constructs a coordinate reference system from a set of properties.
DefaultDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Constructs a derived CRS from a defining conversion.
DefaultDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Constructs a derived CRS from a set of properties.
DefaultDerivedCRS(Map<String,?> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Deprecated. Create explicitly a DefiningConversion instead.
DefaultDerivedCRS(String name, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Constructs a derived CRS from a name.
DefaultEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
          Constructs an engineering CRS from a set of properties.
DefaultEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs, boolean wildcard)
          Constructs an engineering CRS from a set of properties.
DefaultEngineeringCRS(String name, EngineeringDatum datum, CoordinateSystem cs)
          Constructs an engineering CRS from a name.
 

Uses of CoordinateSystem in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement CoordinateSystem
 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 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.
 

Methods in org.geotools.referencing.cs that return CoordinateSystem
static CoordinateSystem AbstractCS.standard(CoordinateSystem cs)
          Returns a coordinate system with "standard" axis order and units.
 

Methods in org.geotools.referencing.cs that return types with arguments of type CoordinateSystem
 List<CoordinateSystem> DefaultCompoundCS.getCoordinateSystems()
          Returns all coordinate systems in this compound CS.
 

Methods in org.geotools.referencing.cs with parameters of type CoordinateSystem
static CoordinateSystem AbstractCS.standard(CoordinateSystem cs)
          Returns a coordinate system with "standard" axis order and units.
static Matrix AbstractCS.swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Returns an affine transform between two coordinate systems.
 

Constructors in org.geotools.referencing.cs with parameters of type CoordinateSystem
AbstractCS(CoordinateSystem cs)
          Constructs a new coordinate system with the same values than the specified one.
DefaultCompoundCS(CoordinateSystem[] cs)
          Constructs a compound coordinate system.
 

Uses of CoordinateSystem in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return CoordinateSystem
 CoordinateSystem AbstractAuthorityMediator.createCoordinateSystem(String code)
           
 CoordinateSystem BufferedAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 CoordinateSystem AuthorityFactoryAdapter.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 CoordinateSystem AbstractCachedAuthorityFactory.createCoordinateSystem(String code)
           
 CoordinateSystem CachedAuthorityDecorator.createCoordinateSystem(String code)
           
 CoordinateSystem ThreadedAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 CoordinateSystem FallbackAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 CoordinateSystem AbstractAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
protected abstract  CoordinateSystem AbstractCachedAuthorityFactory.generateCoordinateSystem(String code)
           
protected  CoordinateSystem TransformedAuthorityFactory.replace(CoordinateSystem cs)
          Replaces (if needed) the specified coordinate system by a new one.
 

Methods in org.geotools.referencing.factory with parameters of type CoordinateSystem
 MathTransform ReferencingFactoryContainer.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Deprecated. Moved to the MathTransformFactory interface.
 DerivedCRS ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system from a conversion.
 DerivedCRS ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by ReferencingObjectFactory.createDerivedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CoordinateSystem) instead.
 EngineeringCRS ReferencingObjectFactory.createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
          Creates a engineering coordinate reference system.
protected  CoordinateSystem TransformedAuthorityFactory.replace(CoordinateSystem cs)
          Replaces (if needed) the specified coordinate system by a new one.
 

Uses of CoordinateSystem in org.geotools.referencing.factory.epsg
 

Methods in org.geotools.referencing.factory.epsg that return CoordinateSystem
 CoordinateSystem DirectEpsgFactory.createCoordinateSystem(String code)
          Returns a coordinate system from a code.
 CoordinateSystem AbstractEpsgFactory.generateCoordinateSystem(String code)
          Returns a coordinate system from a code.
 

Uses of CoordinateSystem in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation with parameters of type CoordinateSystem
 MathTransform DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)
          Creates a transform from a base CRS to a derived CS.
 MathTransform DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Creates a parameterized transform from a base CRS to a derived CS.
protected  Matrix AbstractCoordinateOperationFactory.swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Returns an affine transform between two coordinate systems.
 

Uses of CoordinateSystem in org.geotools.referencing.operation.builder
 

Methods in org.geotools.referencing.operation.builder that return types with arguments of type CoordinateSystem
 Class<? extends CoordinateSystem> MathTransformBuilder.getCoordinateSystemType()
          Returns the required coordinate system type.
 

Uses of CoordinateSystem in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return CoordinateSystem
 CoordinateSystem SingleCRS.getCoordinateSystem()
          Returns the coordinate system.
 CoordinateSystem CoordinateReferenceSystem.getCoordinateSystem()
          Returns a relevant coordinate system instance.
 CoordinateSystem GeocentricCRS.getCoordinateSystem()
          Returns the coordinate system, which must be cartesian or spherical.
 

Methods in org.opengis.referencing.crs with parameters of type CoordinateSystem
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system.
 EngineeringCRS CRSFactory.createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
          Creates a engineering coordinate reference system.
 

Uses of CoordinateSystem in org.opengis.referencing.cs
 

Subinterfaces of CoordinateSystem 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 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.
 

Methods in org.opengis.referencing.cs that return CoordinateSystem
 CoordinateSystem CSAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 

Uses of CoordinateSystem in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation with parameters of type CoordinateSystem
 MathTransform MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Creates a parameterized transform from a base CRS to a derived CS.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.