|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompoundCRS | |
|---|---|
| org.deegree.cs.configuration.deegree.xml.exporters | |
| org.deegree.cs.configuration.gml | This package contains the classes used for reading gml based coordinate system configuration backends. |
| org.deegree.cs.configuration.wkt | |
| Uses of CompoundCRS in org.deegree.cs.configuration.deegree.xml.exporters |
|---|
| Methods in org.deegree.cs.configuration.deegree.xml.exporters with parameters of type CompoundCRS | |
|---|---|
protected void |
CRSExporterBase.export(CompoundCRS compoundCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the compoundCRS to it's appropriate deegree-crs-definitions form. |
protected void |
CRSExporter.export(CompoundCRS compoundCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the compoundCRS to it's appropriate deegree-crs-definitions form. |
| Method parameters in org.deegree.cs.configuration.deegree.xml.exporters with type arguments of type CompoundCRS | |
|---|---|
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 CompoundCRS in org.deegree.cs.configuration.gml |
|---|
| Methods in org.deegree.cs.configuration.gml that return CompoundCRS | |
|---|---|
protected CompoundCRS |
GMLCRSProvider.parseCompoundCRS(org.apache.axiom.om.OMElement rootElement)
This methods parses the given element and maps it onto a CompoundCRS. |
| Uses of CompoundCRS in org.deegree.cs.configuration.wkt |
|---|
| Methods in org.deegree.cs.configuration.wkt that return CompoundCRS | |
|---|---|
protected CompoundCRS |
WKTParser.parseCompoundCRS()
Parses a CompoundCRS from the current WKT location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||