Uses of Class
it.cutruzzula.lgml.geometry.Polygon

Packages that use Polygon
it.cutruzzula.lgml.geometry   
it.cutruzzula.lgml.util   
 

Uses of Polygon in it.cutruzzula.lgml.geometry
 

Methods in it.cutruzzula.lgml.geometry that return types with arguments of type Polygon
 java.util.List<Polygon> MultiPolygon.getPolygon()
          Method to get the list of polygons.
 

Constructor parameters in it.cutruzzula.lgml.geometry with type arguments of type Polygon
MultiPolygon(java.util.List<Polygon> polygons, int srsDimension)
          Constructor.
 

Uses of Polygon in it.cutruzzula.lgml.util
 

Methods in it.cutruzzula.lgml.util with parameters of type Polygon
static boolean DimensionsCheckUtils.checkPolygon(Polygon polygon)
          Method to check a polygon.