Uses of Interface
org.deegree.cs.coordinatesystems.IProjectedCRS

Packages that use IProjectedCRS
org.deegree.cs.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. 
org.deegree.cs.io.deegree   
org.deegree.cs.refs.coordinatesystem   
org.deegree.cs.transformations.coordinate Coordinate Transformations allow the chaining of operations to map coordinates of one coordinate systems onto a coordinate valid in another coordinate system. 
 

Uses of IProjectedCRS in org.deegree.cs.coordinatesystems
 

Classes in org.deegree.cs.coordinatesystems that implement IProjectedCRS
 class ProjectedCRS
          A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs.
 

Uses of IProjectedCRS in org.deegree.cs.io.deegree
 

Methods in org.deegree.cs.io.deegree with parameters of type IProjectedCRS
protected  void CRSExporterBase.export(IProjectedCRS projectedCRS, XMLStreamWriter xmlWriter)
          Export the projected CRS to it's appropriate deegree-crs-definitions form.
protected  void CRSExporter.export(IProjectedCRS projectedCRS, XMLStreamWriter xmlWriter)
          Export the projected CRS to it's appropriate deegree-crs-definitions form.
 

Method parameters in org.deegree.cs.io.deegree with type arguments of type IProjectedCRS
protected  void CRSExporter.exportCoordinateSystems(XMLStreamWriter xmlWriter, Set<ICompoundCRS> compounds, Set<IProjectedCRS> projecteds, Set<IGeographicCRS> geographics, Set<IGeocentricCRS> geocentrics)
          Exports the given sets of ICoordinateSystems
 

Uses of IProjectedCRS in org.deegree.cs.refs.coordinatesystem
 

Classes in org.deegree.cs.refs.coordinatesystem that implement IProjectedCRS
 class ProjectedCRSRef
          CRSRef to a ProjectedCRS
 

Uses of IProjectedCRS in org.deegree.cs.transformations.coordinate
 

Constructors in org.deegree.cs.transformations.coordinate with parameters of type IProjectedCRS
ProjectionTransform(IProjectedCRS projectedCRS)
           
ProjectionTransform(IProjectedCRS projectedCRS, CRSResource id)
           
 



Copyright © 2011. All Rights Reserved.