Package org.opengis.cite.wcs20
Class GeometryTransformer
java.lang.Object
org.opengis.cite.wcs20.GeometryTransformer
Modified from ets-ogcapi-features10 GeometryTransformer
- Author:
- Lyn Goltz
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryTransformer
(String srcCrs, String targetCrs) Constructor for GeometryTransformer. -
Method Summary
Modifier and TypeMethodDescriptiongetCodeWithAuthority
(String code) getCodeWithAuthority.org.locationtech.jts.geom.GeometryFactory
Getter for the fieldgeometryFactory
.int
srid from the passed crsorg.locationtech.jts.geom.Geometry
transform
(org.locationtech.jts.geom.Geometry geometryToTransform) transform.org.locationtech.jts.geom.Geometry
transform
(org.locationtech.jts.geom.GeometryCollection geometryToTransform) transform.org.locationtech.jts.geom.LineString
transform
(org.locationtech.jts.geom.LineString geometryToTransform) transform.org.locationtech.jts.geom.MultiLineString
transform
(org.locationtech.jts.geom.MultiLineString geometryToTransform) transform.org.locationtech.jts.geom.MultiPoint
transform
(org.locationtech.jts.geom.MultiPoint geometryToTransform) transform.org.locationtech.jts.geom.MultiPolygon
transform
(org.locationtech.jts.geom.MultiPolygon geometryToTransform) transform.org.locationtech.jts.geom.Point
transform
(org.locationtech.jts.geom.Point geometryToTransform) transform.org.locationtech.jts.geom.Polygon
transform
(org.locationtech.jts.geom.Polygon geometryToTransform) transform.
-
Constructor Details
-
GeometryTransformer
Constructor for GeometryTransformer.
- Parameters:
srcCrs
- source crs, , nevernull
targetCrs
- target crs, , nevernull
-
-
Method Details
-
transform
public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry geometryToTransform) transform.
- Parameters:
geometryToTransform
- aGeometry
object- Returns:
- a
Geometry
object
-
transform
public org.locationtech.jts.geom.Point transform(org.locationtech.jts.geom.Point geometryToTransform) transform.
- Parameters:
geometryToTransform
- aPoint
object- Returns:
- a
Point
object
-
transform
public org.locationtech.jts.geom.LineString transform(org.locationtech.jts.geom.LineString geometryToTransform) transform.
- Parameters:
geometryToTransform
- aLineString
object- Returns:
- a
LineString
object
-
transform
public org.locationtech.jts.geom.Polygon transform(org.locationtech.jts.geom.Polygon geometryToTransform) transform.
- Parameters:
geometryToTransform
- aPolygon
object- Returns:
- a
Polygon
object
-
transform
public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.GeometryCollection geometryToTransform) transform.
- Parameters:
geometryToTransform
- aGeometryCollection
object- Returns:
- a
Geometry
object
-
transform
public org.locationtech.jts.geom.MultiPoint transform(org.locationtech.jts.geom.MultiPoint geometryToTransform) transform.
- Parameters:
geometryToTransform
- aMultiPoint
object- Returns:
- a
MultiPoint
object
-
transform
public org.locationtech.jts.geom.MultiLineString transform(org.locationtech.jts.geom.MultiLineString geometryToTransform) transform.
- Parameters:
geometryToTransform
- aMultiLineString
object- Returns:
- a
MultiLineString
object
-
transform
public org.locationtech.jts.geom.MultiPolygon transform(org.locationtech.jts.geom.MultiPolygon geometryToTransform) transform.
- Parameters:
geometryToTransform
- aMultiPolygon
object- Returns:
- a
MultiPolygon
object
-
getSrid
srid from the passed crs- Parameters:
code
- aString
object- Returns:
- the parsed srid, -1 if the crs is
null
-
getCodeWithAuthority
getCodeWithAuthority.
- Parameters:
code
- aString
object- Returns:
- the code with the authority: EPSG:CODE, may be
null
-
getGeometryFactory
public org.locationtech.jts.geom.GeometryFactory getGeometryFactory()Getter for the field
geometryFactory
.- Returns:
- a
GeometryFactory
object
-