|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectedCRS | |
---|---|
org.deegree.cs.configuration.deegree.xml.exporters | |
org.deegree.cs.configuration.wkt | |
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 ProjectedCRS in org.deegree.cs.configuration.deegree.xml.exporters |
---|
Methods in org.deegree.cs.configuration.deegree.xml.exporters with parameters of type ProjectedCRS | |
---|---|
protected void |
CRSExporterBase.export(ProjectedCRS projectedCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the projected CRS to it's appropriate deegree-crs-definitions form. |
protected void |
CRSExporter.export(ProjectedCRS projectedCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the projected CRS to it's appropriate deegree-crs-definitions form. |
Method parameters in org.deegree.cs.configuration.deegree.xml.exporters with type arguments of type ProjectedCRS | |
---|---|
protected void |
CRSExporter.exportCoordinateSystems(javax.xml.stream.XMLStreamWriter xmlWriter,
java.util.Set<CompoundCRS> compounds,
java.util.Set<ProjectedCRS> projecteds,
java.util.Set<GeographicCRS> geographics,
java.util.Set<GeocentricCRS> geocentrics)
Exports the given sets of CoordinateSystems |
Uses of ProjectedCRS in org.deegree.cs.configuration.wkt |
---|
Methods in org.deegree.cs.configuration.wkt that return ProjectedCRS | |
---|---|
protected ProjectedCRS |
WKTParser.parseProjectedCRS()
|
Uses of ProjectedCRS in org.deegree.cs.transformations.coordinate |
---|
Constructors in org.deegree.cs.transformations.coordinate with parameters of type ProjectedCRS | |
---|---|
ProjectionTransform(ProjectedCRS projectedCRS)
|
|
ProjectionTransform(ProjectedCRS projectedCRS,
CRSIdentifiable id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |