deegree 2.1 (2007/11/08 09:57 build-328-official)

Uses of Class
org.deegree.model.csct.cs.CoordinateSystem

Packages that use CoordinateSystem
org.deegree.model.crs   
org.deegree.model.csct.cs   
org.deegree.model.csct.ct   
org.deegree.model.csct.resources   
 

Uses of CoordinateSystem in org.deegree.model.crs
 

Methods in org.deegree.model.crs that return CoordinateSystem
 CoordinateSystem DeegreeCSAccess.getCSByCode(String code, String version)
           
 CoordinateSystem CSAccess.getCSByCode(String code, String version)
           
 

Uses of CoordinateSystem in org.deegree.model.csct.cs
 

Subclasses of CoordinateSystem in org.deegree.model.csct.cs
 class CompoundCoordinateSystem
          An aggregate of two coordinate systems.
 class GeocentricCoordinateSystem
          A 3D coordinate system, with its origin at the center of the Earth.
 class GeographicCoordinateSystem
          A coordinate system based on latitude and longitude.
 class HorizontalCoordinateSystem
          A 2D coordinate system suitable for positions on the Earth's surface.
 class LocalCoordinateSystem
          A local coordinate system, with uncertain relationship to the world.
 class ProjectedCoordinateSystem
          A 2D cartographic coordinate system.
 class TemporalCoordinateSystem
          A one-dimensional coordinate system suitable for time measurements.
 class VerticalCoordinateSystem
          A one-dimensional coordinate system suitable for vertical measurements.
 

Methods in org.deegree.model.csct.cs that return CoordinateSystem
 CoordinateSystem ConvenienceCSFactory.getCSByCode(String name, String version)
           
 CoordinateSystem ConvenienceCSFactory.getCSByName(String name)
           
 CoordinateSystem CompoundCoordinateSystem.getHeadCS()
          Returns the first sub-coordinate system.
 CoordinateSystem CompoundCoordinateSystem.getTailCS()
          Returns the second sub-coordinate system.
 

Methods in org.deegree.model.csct.cs with parameters of type CoordinateSystem
 CompoundCoordinateSystem CoordinateSystemFactory.createCompoundCoordinateSystem(String name, CoordinateSystem head, CoordinateSystem tail)
          Creates a compound coordinate system.
 boolean TemporalCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean GeocentricCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean LocalCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean CompoundCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean VerticalCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean ProjectedCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean HorizontalCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean GeographicCoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 boolean CoordinateSystem.equivalents(CoordinateSystem cs)
          Returns true if this coordinate system is equivalents to the specified coordinate system.
 

Constructors in org.deegree.model.csct.cs with parameters of type CoordinateSystem
CompoundCoordinateSystem(Map properties, CoordinateSystem head, CoordinateSystem tail)
          Creates a compound coordinate system.
CompoundCoordinateSystem(String name, CoordinateSystem head, CoordinateSystem tail)
          Creates a compound coordinate system.
 

Uses of CoordinateSystem in org.deegree.model.csct.ct
 

Methods in org.deegree.model.csct.ct that return CoordinateSystem
 CoordinateSystem CoordinateTransformation.getSourceCS()
          Gets the source coordinate system.
 CoordinateSystem CoordinateTransformation.getTargetCS()
          Gets the target coordinate system.
 

Methods in org.deegree.model.csct.ct with parameters of type CoordinateSystem
 CoordinateTransformation CoordinateTransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Creates a transformation between two coordinate systems.
 

Constructors in org.deegree.model.csct.ct with parameters of type CoordinateSystem
CannotCreateTransformException(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Construct an exception with a message stating that no transformation path has been found between the specified coordinate system.
CoordinateTransformation(String name, CoordinateSystem sourceCS, CoordinateSystem targetCS, TransformType type, MathTransform transform)
          Construct a coordinate transformation.
 

Uses of CoordinateSystem in org.deegree.model.csct.resources
 

Methods in org.deegree.model.csct.resources that return CoordinateSystem
static CoordinateSystem OpenGIS.getCoordinateSystem2D(CoordinateSystem cs)
          Returns a two-dimensional coordinate system representing the two first dimensions of the specified coordinate system.
 

Methods in org.deegree.model.csct.resources with parameters of type CoordinateSystem
static CoordinateSystem OpenGIS.getCoordinateSystem2D(CoordinateSystem cs)
          Returns a two-dimensional coordinate system representing the two first dimensions of the specified coordinate system.
static int OpenGIS.getDimensionOf(CoordinateSystem cs, AxisInfo axis)
          Returns the dimension of the first axis of a particular type.
static HorizontalDatum OpenGIS.getHorizontalDatum(CoordinateSystem cs)
          Returns the first horizontal datum found in a coordinate system, or null if there is none.
static TemporalDatum OpenGIS.getTemporalDatum(CoordinateSystem cs)
          Returns the first temporal datum found in a coordinate system, or null if there is none.
static VerticalDatum OpenGIS.getVerticalDatum(CoordinateSystem cs)
          Returns the first vertical datum found in a coordinate system, or null if there is none.
static String OpenGIS.toWGS84String(CoordinateSystem cs, Rectangle2D bounds)
          Retourne une cha�ne de caract�res repr�sentant la r�gion g�ographique sp�cifi�e.
 


deegree 2.1 (2007/11/08 09:57 build-328-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net