Class PolygonShape

  • All Implemented Interfaces:
    Shape

    public class PolygonShape
    extends Object
    implements Shape
    • Constructor Detail

      • 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