Uses of Interface
org.opengis.geometry.primitive.SurfaceBoundary

Packages that use SurfaceBoundary
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 SurfaceBoundary in org.geotools.geometry
 

Methods in org.geotools.geometry that return SurfaceBoundary
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(OrientableCurve curve)
           
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(PointArray points)
           
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(Ring exterior)
           
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(Ring exterior, List interiors)
           
 

Methods in org.geotools.geometry with parameters of type SurfaceBoundary
 Polygon GeometryBuilder.createPolygon(SurfaceBoundary boundary)
           
 Polygon GeometryBuilder.createPolygon(SurfaceBoundary boundary, Surface spanSurface)
           
 Surface GeometryBuilder.createSurface(SurfaceBoundary boundary)
           
 

Uses of SurfaceBoundary in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return SurfaceBoundary
 SurfaceBoundary Polygon.getBoundary()
          The surface boundary that is the boundary of this polygon.
 

Methods in org.opengis.geometry.coordinate with parameters of type SurfaceBoundary
 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.
 

Uses of SurfaceBoundary in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return SurfaceBoundary
 SurfaceBoundary PrimitiveFactory.createSurfaceBoundary(Ring exterior, List<Ring> interiors)
          Constructs a new surface boundary object representing the boundary of a two-dimensional surface.
 SurfaceBoundary SurfacePatch.getBoundary()
          Returns the boundary of this SurfacePatch represented as a collection of orientable curves organized into rings by a surface boundary.
 SurfaceBoundary OrientableSurface.getBoundary()
          Returns the set of circular sequences of orientable curve that limit the extent of this OrientableSurface.
 

Methods in org.opengis.geometry.primitive with parameters of type SurfaceBoundary
 Surface PrimitiveFactory.createSurface(SurfaceBoundary boundary)
          Constructs a surface by indicating its boundary as a collection of curves organized into the specified surface boundary.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.