Package org.apache.sedona.common.utils
Class GeometryForce3DTransformer
java.lang.Object
org.locationtech.jts.geom.util.GeometryTransformer
org.apache.sedona.common.utils.GeometryForce3DTransformer
public class GeometryForce3DTransformer
extends org.locationtech.jts.geom.util.GeometryTransformer
-
Field Summary
Fields inherited from class org.locationtech.jts.geom.util.GeometryTransformer
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry geometry, double zValue) protected org.locationtech.jts.geom.CoordinateSequencetransformCoordinates(org.locationtech.jts.geom.CoordinateSequence coords, org.locationtech.jts.geom.Geometry parent) protected org.locationtech.jts.geom.GeometrytransformMultiPolygon(org.locationtech.jts.geom.MultiPolygon geom, org.locationtech.jts.geom.Geometry parent) Methods inherited from class org.locationtech.jts.geom.util.GeometryTransformer
copy, createCoordinateSequence, getInputGeometry, transform, transformGeometryCollection, transformLinearRing, transformLineString, transformMultiLineString, transformMultiPoint, transformPoint, transformPolygon
-
Constructor Details
-
GeometryForce3DTransformer
public GeometryForce3DTransformer(double zValue)
-
-
Method Details
-
transformCoordinates
protected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coords, org.locationtech.jts.geom.Geometry parent) - Overrides:
transformCoordinatesin classorg.locationtech.jts.geom.util.GeometryTransformer
-
transform
public static org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry geometry, double zValue) -
transformMultiPolygon
protected org.locationtech.jts.geom.Geometry transformMultiPolygon(org.locationtech.jts.geom.MultiPolygon geom, org.locationtech.jts.geom.Geometry parent) - Overrides:
transformMultiPolygonin classorg.locationtech.jts.geom.util.GeometryTransformer
-