Uses of Interface
uk.ac.rdg.resc.edal.geometry.Polygon
-
Packages that use Polygon Package Description uk.ac.rdg.resc.edal.geometry uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of Polygon in uk.ac.rdg.resc.edal.geometry
Subinterfaces of Polygon in uk.ac.rdg.resc.edal.geometry Modifier and Type Interface Description interface
BoundingBox
A rectangular bounding box in the horizontal plane.Classes in uk.ac.rdg.resc.edal.geometry that implement Polygon Modifier and Type Class Description class
AbstractPolygon
Partial implementation of aPolygon
, providing default implementations of thecontains()
,hashCode()
andequals()
methods.class
BoundingBoxImpl
Immutable implementation of aBoundingBox
.class
SimplePolygon
Implementation of aPolygon
based on an ordered list of vertices -
Uses of Polygon in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return Polygon Modifier and Type Method Description Polygon
GridCell2DImpl. getFootprint()
Polygon
GridCell4D. getFootprint()
Polygon
HorizontalCell. getFootprint()
Polygon
SimpleGridCell4D. getFootprint()
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type Polygon Constructor Description GridCell2DImpl(GridCoordinates2D gridCoords, HorizontalPosition centre, Polygon footprint, HorizontalGrid parentGrid)
-