Package org.n52.shetland.util
Interface GeometryTransformer
-
public interface GeometryTransformer- Since:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry value, int targetCRS)
-
-
-
Method Detail
-
transform
org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry value, int targetCRS) throws OwsExceptionReport- Throws:
OwsExceptionReport
-
-