|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CRS | |
|---|---|
| org.deegree.cs | The org.deegree.cs package contains all necessities to transform and project coordinates form one coordinates system into another. |
| org.deegree.cs.configuration.wkt | |
| org.deegree.cs.coordinatesystems | The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. |
| org.deegree.cs.persistence.deegree.d3.parsers | |
| org.deegree.cs.persistence.proj4 | |
| 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. |
| org.deegree.geometry.standard.primitive | |
| org.deegree.geometry.utils | |
| org.deegree.gml | |
| org.deegree.gml.geometry | |
| org.deegree.sqldialect.filter.expression | |
| Uses of CRS in org.deegree.cs |
|---|
| Fields in org.deegree.cs declared as CRS | |
|---|---|
static CRS |
CRSUtils.EPSG_4326
The commonly used geographic 'EPSG:4326', with axis order X, Y. |
| Uses of CRS in org.deegree.cs.configuration.wkt |
|---|
| Methods in org.deegree.cs.configuration.wkt that return CRS | |
|---|---|
static CRS |
WKTParser.parse(String wkt)
|
CRS |
WKTParser.parseCoordinateSystem()
|
| Uses of CRS in org.deegree.cs.coordinatesystems |
|---|
| Subclasses of CRS in org.deegree.cs.coordinatesystems | |
|---|---|
class |
CompoundCRS
A CompoundCRS is a GeographicCRS with a third axis (the height axis) attached. |
class |
GeocentricCRS
A GeocentricCRS is a ICoordinateSystem having three axis and a mass point defined to be equivalent to
earths center. |
class |
GeographicCRS
The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon. |
class |
ProjectedCRS
A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs. |
class |
VerticalCRS
The VerticalCRS represents a crs based on one axis only, typically this crs is used as an extension on
an already present crs, and adds a 'heightaxis' to the original crs. |
| Uses of CRS in org.deegree.cs.persistence.deegree.d3.parsers |
|---|
| Methods in org.deegree.cs.persistence.deegree.d3.parsers that return CRS | |
|---|---|
protected CRS |
CoordinateSystemParser.parseCompoundCRS(XMLStreamReader reader)
|
CRS |
CoordinateSystemParser.parseCoordinateSystem(XMLStreamReader reader)
|
protected CRS |
CoordinateSystemParser.parseGeocentricCRS(XMLStreamReader reader)
|
protected CRS |
CoordinateSystemParser.parseGeographicCRS(XMLStreamReader reader)
|
protected CRS |
CoordinateSystemParser.parseProjectedCRS(XMLStreamReader reader)
|
| Uses of CRS in org.deegree.cs.persistence.proj4 |
|---|
| Methods in org.deegree.cs.persistence.proj4 that return CRS | |
|---|---|
protected CRS |
PROJ4CRSStore.parseCoordinateSystem(Map<String,String> crsDefinition)
|
| Uses of CRS in org.deegree.cs.transformations.coordinate |
|---|
| Constructors in org.deegree.cs.transformations.coordinate with parameters of type CRS | |
|---|---|
DirectTransform(PolynomialTransformation transformation,
CRS sourceCRS)
|
|
DirectTransform(PolynomialTransformation transformation,
CRS sourceCRS,
CRSResource id)
|
|
| Uses of CRS in org.deegree.geometry.standard.primitive |
|---|
| Constructors in org.deegree.geometry.standard.primitive with parameters of type CRS | |
|---|---|
DefaultRing(String id,
CRS crs,
PrecisionModel pm,
DefaultLineString singleCurve)
Creates a new DefaultRing instance from a closed DefaultLineString. |
|
| Uses of CRS in org.deegree.geometry.utils |
|---|
| Methods in org.deegree.geometry.utils with parameters of type CRS | |
|---|---|
static Envelope |
GeometryUtils.createEnvelope(float[] env,
CRS crs)
|
| Uses of CRS in org.deegree.gml |
|---|
| Methods in org.deegree.gml that return CRS | |
|---|---|
CRS |
GMLStreamReader.readCRS()
Returns the deegree model representation for the GML crs element event that the cursor of the underlying xml stream points to. |
| Uses of CRS in org.deegree.gml.geometry |
|---|
| Methods in org.deegree.gml.geometry with parameters of type CRS | |
|---|---|
Geometry |
GML3GeometryReader.parseAbstractGeometricComplex(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Geometry event that represents a geometric
complex (either gml:CompositeCurve, gml:CompositeSolid,
gml:CompositeSurface or gml:GeometricComplex), that the cursor of the given
XMLStreamReader points at. |
Geometry |
GML2GeometryReader.parseGeometryOrBox(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
| Uses of CRS in org.deegree.sqldialect.filter.expression |
|---|
| Methods in org.deegree.sqldialect.filter.expression that return CRS | |
|---|---|
CRS |
SQLOperation.getCRS()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||