Uses of Class
org.deegree_impl.model.cs.Adapters

Packages that use Adapters
org.deegree_impl.model.cs   
org.deegree_impl.model.ct   
 

Uses of Adapters in org.deegree_impl.model.cs
 

Fields in org.deegree_impl.model.cs declared as Adapters
protected  Adapters Info.Export.adapters
          The originating adapter.
protected  Adapters CoordinateSystemFactory.Export.adapters
          The originating adapter.
private static Adapters Adapters.DEFAULT
          Default adapters.
 

Methods in org.deegree_impl.model.cs that return Adapters
static Adapters Adapters.getDefault()
          Gets the default adapters.
 

Constructors in org.deegree_impl.model.cs with parameters of type Adapters
Info.LinearUnit(Adapters adapters, double metersPerUnit)
          Construct a linear unit.
Info.AngularUnit(Adapters adapters, double radiansPerUnit)
          Construct an angular unit.
 

Uses of Adapters in org.deegree_impl.model.ct
 

Fields in org.deegree_impl.model.ct declared as Adapters
 Adapters Adapters.CS
          The underlying adapters from the org.deegree_impl.model.cs package.
 

Constructors in org.deegree_impl.model.ct with parameters of type Adapters
Adapters(Adapters CS)
          Default constructor.