|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.views.styledmap.util.CRSConverter
public class CRSConverter
Geotools based CRS converter.
Nested Class Summary | |
---|---|
static class |
CRSConverter.ThreadLocalDirectPosition2D
Thread local direct position initialized with a DirectPosition2D . |
Method Summary | |
---|---|
de.cs3d.common.metamodel.helperGeometry.BoundingBox |
convert(de.cs3d.common.metamodel.helperGeometry.BoundingBox bb)
Convert a bounding box. |
de.cs3d.common.metamodel.Point3D |
convert(double x,
double y,
double z)
This method converts the given coordinates and returns them as a Point3D. |
static CRSConverter |
getConverter(org.opengis.referencing.crs.CoordinateReferenceSystem source,
org.opengis.referencing.crs.CoordinateReferenceSystem target)
Create a CRS converter between the given coordinate reference systems. |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getSource()
|
org.opengis.referencing.crs.CoordinateReferenceSystem |
getTarget()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CRSConverter getConverter(org.opengis.referencing.crs.CoordinateReferenceSystem source, org.opengis.referencing.crs.CoordinateReferenceSystem target) throws org.opengis.referencing.FactoryException
source
- the source CRStarget
- the target CRS
org.opengis.referencing.FactoryException
- if creating the transformer failspublic de.cs3d.common.metamodel.helperGeometry.BoundingBox convert(de.cs3d.common.metamodel.helperGeometry.BoundingBox bb) throws org.opengis.referencing.operation.TransformException
bb
- the bounding box in the source CRS
org.opengis.referencing.operation.TransformException
- if the conversion failspublic de.cs3d.common.metamodel.Point3D convert(double x, double y, double z) throws org.opengis.referencing.operation.TransformException
x
- the x ordinatey
- the y ordinatez
- the z ordinate
org.opengis.referencing.operation.TransformException
- if the coordinate transformation failspublic org.opengis.referencing.crs.CoordinateReferenceSystem getSource()
public org.opengis.referencing.crs.CoordinateReferenceSystem getTarget()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |