|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polygon | |
---|---|
org.opengis.geometry.coordinate | Set of geometric objects. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |