Uses of Interface
org.opengis.geometry.coordinate.Polygon

Packages that use Polygon
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.opengis.geometry.coordinate Set of geometric objects. 
 

Uses of Polygon in org.geotools.geometry
 

Methods in org.geotools.geometry that return Polygon
 Polygon GeometryBuilder.createPolygon(SurfaceBoundary boundary)
           
 Polygon GeometryBuilder.createPolygon(SurfaceBoundary boundary, Surface spanSurface)
           
 

Uses of Polygon in org.opengis.geometry.coordinate
 

Subinterfaces of Polygon in org.opengis.geometry.coordinate
 interface Triangle
          A planar polygon defined by 3 corners.
 

Methods in org.opengis.geometry.coordinate that return Polygon
 Polygon GeometryFactory.createPolygon(SurfaceBoundary boundary)
          Creates a polygon directly from a set of boundary curves (organized into a surface boundary) which shall be defined using coplanar positions as control points.
 Polygon GeometryFactory.createPolygon(SurfaceBoundary boundary, Surface spanSurface)
          Creates a polygon lying on a spanning surface.
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type Polygon
 List<? extends Polygon> PolyhedralSurface.getPatches()
          Associates this surface with its individual facet polygons.
 

Method parameters in org.opengis.geometry.coordinate with type arguments of type Polygon
 PolyhedralSurface GeometryFactory.createPolyhedralSurface(List<Polygon> tiles)
          Constructs polyhedral surface from the facet polygons.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.