Uses of Interface
org.opengis.cs.CS_Unit

Packages that use CS_Unit
org.deegree_impl.model.cs   
org.deegree_impl.model.cv   
org.opengis.cs   
org.opengis.cv   
 

Uses of CS_Unit in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_Unit
(package private)  class Info.AngularUnit
          OpenGIS angular unit.
(package private)  class Info.LinearUnit
          OpenGIS linear unit.
 

Methods in org.deegree_impl.model.cs that return CS_Unit
 CS_Unit CoordinateSystem.Export.getUnits(int dimension)
          Gets units for dimension within coordinate system.
 CS_Unit Adapters.export(Unit unit)
          Returns an OpenGIS interface for an unit.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_Unit
 CS_LocalCoordinateSystem CoordinateSystemFactory.Export.createLocalCoordinateSystem(java.lang.String name, CS_LocalDatum datum, CS_Unit unit, CS_AxisInfo[] arAxes)
          Creates a local coordinate system.
 Unit Adapters.wrap(CS_Unit unit)
          Returns an unit for an OpenGIS structure.
 

Uses of CS_Unit in org.deegree_impl.model.cv
 

Fields in org.deegree_impl.model.cv declared as CS_Unit
private  CS_Unit CV_SampleDimension_Impl.units
           
 

Methods in org.deegree_impl.model.cv that return CS_Unit
 CS_Unit CV_SampleDimension_Impl.getUnits()
          The unit information for this sample dimension.
 

Constructors in org.deegree_impl.model.cv with parameters of type CS_Unit
CV_SampleDimension_Impl(java.lang.String[] categoryNames, java.lang.String description, double minimumValue, double maximumValue, GC_Parameter[] metadata, double[] noData, int offset, int[][] colorPalette, double scale, CS_Unit units, CV_ColorInterpretation colorInterpretation, CV_PaletteInterpretation paletteInterpretation, CV_SampleDimensionType sampleDimensionType)
           
 

Uses of CS_Unit in org.opengis.cs
 

Subinterfaces of CS_Unit in org.opengis.cs
 interface CS_AngularUnit
          Definition of angular units.
 interface CS_LinearUnit
          Definition of linear units.
 

Methods in org.opengis.cs that return CS_Unit
 CS_Unit CS_CoordinateSystem.getUnits(int dimension)
          Gets units for dimension within coordinate system.
 

Methods in org.opengis.cs with parameters of type CS_Unit
 CS_LocalCoordinateSystem CS_CoordinateSystemFactory.createLocalCoordinateSystem(java.lang.String name, CS_LocalDatum datum, CS_Unit unit, CS_AxisInfo[] arAxes)
          Creates a local coordinate system.
 

Uses of CS_Unit in org.opengis.cv
 

Methods in org.opengis.cv that return CS_Unit
 CS_Unit CV_SampleDimension.getUnits()
          The unit information for this sample dimension.