Maven module :un.api : api-geometry :
Class : un.impl.geometry.s2d.Geometry2D
Extends/Implements : un.api.geometry.Geometry
Subclasses : -

A 2D Geometry is a geometry which can be represented by a path.
author  Johann Sorel


Variables : -
Functions : getArea, getLength, getBoundingCircle, getConvexhull, createPathIterator




Calculate geometry area.
return  area
double getArea ()


Calculate geometry length.
return  length
double getLength ()


Calculate circle that encapsulate the geometry.
return  Circle
Circle getBoundingCircle ()


Calculate convex polygon that encapsulate the geometry.
return  Polygon
Polygon getConvexhull ()


Create a path iteraor.
return  PathIterator
PathIterator createPathIterator ()