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

Packages that use CoordinateSystemFactory
org.deegree_impl.model.cs   
 

Uses of CoordinateSystemFactory in org.deegree_impl.model.cs
 

Fields in org.deegree_impl.model.cs declared as CoordinateSystemFactory
private static CoordinateSystemFactory CoordinateSystemFactory.DEFAULT
          Default coordinate system factory.
protected  CoordinateSystemFactory CoordinateSystemAuthorityFactory.factory
          The underlying factory used for objects creation.
private  CoordinateSystemFactory ConvenienceCSFactory.csFactory
           
 

Methods in org.deegree_impl.model.cs that return CoordinateSystemFactory
static CoordinateSystemFactory CoordinateSystemFactory.getDefault()
          Returns the default coordinate system factory.
 CoordinateSystemFactory CoordinateSystemFactory.Export.unwrap()
          Returns the underlying implementation.
 

Methods in org.deegree_impl.model.cs with parameters of type CoordinateSystemFactory
 CS_CoordinateSystemFactory Adapters.export(CoordinateSystemFactory factory)
          Returns an OpenGIS interface for a coordinate system factory.
 

Constructors in org.deegree_impl.model.cs with parameters of type CoordinateSystemFactory
CoordinateSystemAuthorityFactory(CoordinateSystemFactory factory)
          Construct an authority factory using the specified coordinate system factory.