Class PolygonShape

java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.java2D.PolygonShape
All Implemented Interfaces:
Shape

public class PolygonShape extends Object implements Shape
  • Constructor Details

    • PolygonShape

      public PolygonShape()
    • PolygonShape

      public PolygonShape(org.locationtech.jts.geom.Coordinate[] shellVertices, Collection holeVerticesCollection)
      Parameters:
      shellVertices - in view coordinates
      holeVerticesCollection - a Coordinate[] for each hole, in view coordinates
  • Method Details