Class GeometryForce2DTransformer

java.lang.Object
org.locationtech.jts.geom.util.GeometryTransformer
org.apache.sedona.common.utils.GeometryForce2DTransformer

public class GeometryForce2DTransformer extends org.locationtech.jts.geom.util.GeometryTransformer
  • Field Summary

    Fields inherited from class org.locationtech.jts.geom.util.GeometryTransformer

    factory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.locationtech.jts.geom.Geometry
    transform2D(org.locationtech.jts.geom.Geometry geometry)
     
    protected org.locationtech.jts.geom.CoordinateSequence
    transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coords, 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, transformMultiPolygon, transformPoint, transformPolygon

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeometryForce2DTransformer

      public GeometryForce2DTransformer()
  • Method Details

    • transformCoordinates

      protected org.locationtech.jts.geom.CoordinateSequence transformCoordinates(org.locationtech.jts.geom.CoordinateSequence coords, org.locationtech.jts.geom.Geometry parent)
      Overrides:
      transformCoordinates in class org.locationtech.jts.geom.util.GeometryTransformer
    • transform2D

      public static org.locationtech.jts.geom.Geometry transform2D(org.locationtech.jts.geom.Geometry geometry)