Package uk.ac.rdg.resc.edal.geometry
-
Interface Summary Interface Description BoundingBox A rectangular bounding box in the horizontal plane.Polygon A polygon in the horizontal plane, defined by a list of vertices in a given coordinate reference system. -
Class Summary Class Description AbstractPolygon Partial implementation of aPolygon
, providing default implementations of thecontains()
,hashCode()
andequals()
methods.BoundingBoxImpl Immutable implementation of aBoundingBox
.LineString Represents a path through a coordinate system.SimplePolygon Implementation of aPolygon
based on an ordered list of vertices