Class VertexRemoval


  • public class VertexRemoval
    extends Object
    Author:
    julien gaffuri
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexRemoval()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.locationtech.jts.geom.Geometry remove​(org.locationtech.jts.geom.Geometry g, ArrayList<org.locationtech.jts.geom.Coordinate> cs)  
      static org.locationtech.jts.geom.Geometry remove​(org.locationtech.jts.geom.Geometry g, org.locationtech.jts.geom.Coordinate c)  
      static org.locationtech.jts.geom.MultiPolygon[] remove​(org.locationtech.jts.geom.MultiPolygon g1, org.locationtech.jts.geom.MultiPolygon g2, ArrayList<org.locationtech.jts.geom.Coordinate> cs)  
    • Constructor Detail

      • VertexRemoval

        public VertexRemoval()
    • Method Detail

      • remove

        public static org.locationtech.jts.geom.MultiPolygon[] remove​(org.locationtech.jts.geom.MultiPolygon g1,
                                                                      org.locationtech.jts.geom.MultiPolygon g2,
                                                                      ArrayList<org.locationtech.jts.geom.Coordinate> cs)
      • remove

        public static org.locationtech.jts.geom.Geometry remove​(org.locationtech.jts.geom.Geometry g,
                                                                ArrayList<org.locationtech.jts.geom.Coordinate> cs)
      • remove

        public static org.locationtech.jts.geom.Geometry remove​(org.locationtech.jts.geom.Geometry g,
                                                                org.locationtech.jts.geom.Coordinate c)