|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Surface | |
---|---|
org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
org.opengis.geometry.coordinate | Set of geometric objects. |
org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
Uses of Surface in org.geotools.geometry |
---|
Methods in org.geotools.geometry that return Surface | |
---|---|
Surface |
GeometryBuilder.createSurface(List surfaces)
|
Surface |
GeometryBuilder.createSurface(SurfaceBoundary boundary)
|
Methods in org.geotools.geometry with parameters of type Surface | |
---|---|
Polygon |
GeometryBuilder.createPolygon(SurfaceBoundary boundary,
Surface spanSurface)
|
Uses of Surface in org.opengis.geometry.coordinate |
---|
Subinterfaces of Surface in org.opengis.geometry.coordinate | |
---|---|
interface |
PolyhedralSurface
A surface composed of polygon surfaces connected along their common boundary curves. |
interface |
Tin
A triangulated surface that uses the Delaunay algorithm or a similar algorithm complemented with consideration for breaklines, stoplines and maximum length of triangle sides. |
interface |
TriangulatedSurface
A polyhedral surface that is composed only of triangles. |
Methods in org.opengis.geometry.coordinate that return types with arguments of type Surface | |
---|---|
List<Surface> |
Polygon.getSpanningSurface()
Provides a mechanism for spanning the interior of the polygon. |
Methods in org.opengis.geometry.coordinate with parameters of type Surface | |
---|---|
Polygon |
GeometryFactory.createPolygon(SurfaceBoundary boundary,
Surface spanSurface)
Creates a polygon lying on a spanning surface. |
Uses of Surface in org.opengis.geometry.primitive |
---|
Methods in org.opengis.geometry.primitive that return Surface | |
---|---|
Surface |
PrimitiveFactory.createSurface(List<SurfacePatch> surfaces)
Takes a list of surface patches with the appropriate side-toside relationships and creates a surface. |
Surface |
PrimitiveFactory.createSurface(SurfaceBoundary boundary)
Constructs a surface by indicating its boundary as a collection of curves organized into the specified surface boundary. |
Surface |
OrientableSurface.getPrimitive()
Returns the primitive associated with this OrientableSurface . |
Surface |
SurfacePatch.getSurface()
Returns the patch which own this surface patch. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |