Package org.n52.series.spi.geo
Class TransformationService
- java.lang.Object
-
- org.n52.series.spi.geo.TransformationService
-
public class TransformationService extends Object
-
-
Constructor Summary
Constructors Constructor Description TransformationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry geometry, IoParameters query)protected voidtransformInline(StationOutput station, IoParameters parameters)
-
-
-
Method Detail
-
transformInline
protected void transformInline(StationOutput station, IoParameters parameters)
- Parameters:
station- the station to transformparameters- the query containing CRS and how to handle axes order
-
transform
public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry geometry, IoParameters query)
-
-