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

Packages that use CoordinateSystemAxis
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.opengis.referencing.cs Coordinate systems and their axis
 

Uses of CoordinateSystemAxis in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return CoordinateSystemAxis
 CoordinateSystemAxis AbstractSingleCRS.getAxis(int dimension)
          Returns the axis for the underlying coordinate system at the specified dimension.
 

Uses of CoordinateSystemAxis in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement CoordinateSystemAxis
 class DefaultCoordinateSystemAxis
          Definition of a coordinate system axis.
 

Methods in org.geotools.referencing.cs that return CoordinateSystemAxis
 CoordinateSystemAxis AbstractCS.getAxis(int dimension)
          Returns the axis for this coordinate system at the specified dimension.
 

Constructors in org.geotools.referencing.cs with parameters of type CoordinateSystemAxis
AbstractCS(Map<String,?> properties, CoordinateSystemAxis[] axis)
          Constructs a coordinate system from a set of properties.
AbstractCS(String name, CoordinateSystemAxis[] axis)
          Constructs a coordinate system from a name.
DefaultAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a set of properties.
DefaultAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultAffineCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a name.
DefaultAffineCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a set of properties.
DefaultCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a name.
DefaultCartesianCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultCoordinateSystemAxis(CoordinateSystemAxis axis)
          Constructs a new coordinate system axis with the same values than the specified one.
DefaultCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultCylindricalCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a set of properties.
DefaultEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultEllipsoidalCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a name.
DefaultEllipsoidalCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Constructs a coordinate system from a set of properties.
DefaultLinearCS(String name, CoordinateSystemAxis axis)
          Constructs a coordinate system from a name.
DefaultPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a set of properties.
DefaultPolarCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a name.
DefaultSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultSphericalCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Constructs a coordinate system from a set of properties.
DefaultTimeCS(String name, CoordinateSystemAxis axis)
          Constructs a coordinate system from a name.
DefaultUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a set of properties.
DefaultUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a set of properties.
DefaultUserDefinedCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Constructs a two-dimensional coordinate system from a name.
DefaultUserDefinedCS(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Constructs a three-dimensional coordinate system from a name.
DefaultVerticalCS(CoordinateSystemAxis axis)
          Constructs a coordinate system with the same properties than the specified axis.
DefaultVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Constructs a coordinate system from a set of properties.
DefaultVerticalCS(String name, CoordinateSystemAxis axis)
          Constructs a coordinate system from a name.
 

Uses of CoordinateSystemAxis in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return CoordinateSystemAxis
 CoordinateSystemAxis ReferencingObjectFactory.createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
          Creates a coordinate system axis from an abbreviation and a unit.
 CoordinateSystemAxis AbstractAuthorityMediator.createCoordinateSystemAxis(String code)
           
 CoordinateSystemAxis BufferedAuthorityFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis AuthorityFactoryAdapter.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis AbstractCachedAuthorityFactory.createCoordinateSystemAxis(String code)
           
 CoordinateSystemAxis CachedAuthorityDecorator.createCoordinateSystemAxis(String code)
           
 CoordinateSystemAxis ThreadedAuthorityFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis FallbackAuthorityFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis AbstractAuthorityFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
protected abstract  CoordinateSystemAxis AbstractCachedAuthorityFactory.generateCoordinateSystemAxis(String code)
           
protected  CoordinateSystemAxis TransformedAuthorityFactory.replace(CoordinateSystemAxis axis)
          Replaces (if needed) the specified axis by a new one.
 

Methods in org.geotools.referencing.factory with parameters of type CoordinateSystemAxis
 AffineCS ReferencingObjectFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional coordinate system from the given pair of axis.
 AffineCS ReferencingObjectFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional coordinate system from the given set of axis.
 CartesianCS ReferencingObjectFactory.createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional cartesian coordinate system from the given pair of axis.
 CartesianCS ReferencingObjectFactory.createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional cartesian coordinate system from the given set of axis.
 CylindricalCS ReferencingObjectFactory.createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a cylindrical coordinate system from the given set of axis.
 EllipsoidalCS ReferencingObjectFactory.createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates an ellipsoidal coordinate system without ellipsoidal height.
 EllipsoidalCS ReferencingObjectFactory.createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates an ellipsoidal coordinate system with ellipsoidal height.
 LinearCS ReferencingObjectFactory.createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a linear coordinate system.
 PolarCS ReferencingObjectFactory.createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a polar coordinate system from the given pair of axis.
 SphericalCS ReferencingObjectFactory.createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a spherical coordinate system from the given set of axis.
 TimeCS ReferencingObjectFactory.createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a temporal coordinate system.
 UserDefinedCS ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional user defined coordinate system from the given pair of axis.
 UserDefinedCS ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional user defined coordinate system from the given set of axis.
 VerticalCS ReferencingObjectFactory.createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a vertical coordinate system.
protected  CoordinateSystemAxis TransformedAuthorityFactory.replace(CoordinateSystemAxis axis)
          Replaces (if needed) the specified axis by a new one.
 

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

Methods in org.geotools.referencing.factory.epsg that return CoordinateSystemAxis
 CoordinateSystemAxis DirectEpsgFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis AbstractEpsgFactory.generateCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 

Uses of CoordinateSystemAxis in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return CoordinateSystemAxis
 CoordinateSystemAxis CSFactory.createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
          Creates a coordinate system axis from an abbreviation and a unit.
 CoordinateSystemAxis CSAuthorityFactory.createCoordinateSystemAxis(String code)
          Returns a coordinate system axis from a code.
 CoordinateSystemAxis CoordinateSystem.getAxis(int dimension)
          Returns the axis for this coordinate system at the specified dimension.
 

Methods in org.opengis.referencing.cs with parameters of type CoordinateSystemAxis
 AffineCS CSFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional coordinate system from the given pair of axis.
 AffineCS CSFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional coordinate system from the given set of axis.
 CartesianCS CSFactory.createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional cartesian coordinate system from the given pair of axis.
 CartesianCS CSFactory.createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional cartesian coordinate system from the given set of axis.
 CylindricalCS CSFactory.createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a cylindrical coordinate system from the given set of axis.
 EllipsoidalCS CSFactory.createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates an ellipsoidal coordinate system without ellipsoidal height.
 EllipsoidalCS CSFactory.createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates an ellipsoidal coordinate system with ellipsoidal height.
 LinearCS CSFactory.createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a linear coordinate system.
 PolarCS CSFactory.createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a polar coordinate system from the given pair of axis.
 SphericalCS CSFactory.createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a spherical coordinate system from the given set of axis.
 TimeCS CSFactory.createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a time coordinate system.
 UserDefinedCS CSFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two-dimensional user defined coordinate system.
 UserDefinedCS CSFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three-dimensional user defined coordinate system.
 VerticalCS CSFactory.createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a vertical coordinate system.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.