Uses of Class
org.geotools.geometry.iso.primitive.SurfaceBoundaryImpl

Packages that use SurfaceBoundaryImpl
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of SurfaceBoundaryImpl in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate that return SurfaceBoundaryImpl
 SurfaceBoundaryImpl SurfacePatchImpl.getBoundary()
           
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type SurfaceBoundaryImpl
PolygonImpl(SurfaceBoundaryImpl boundary)
          Constructor This first variant of a constructor of Polygon creates a Polygon directly from a set of boundary curves (organized into a SurfaceBoundary) which shall be defined using coplanar Positions as controlPoints.
PolygonImpl(SurfaceBoundaryImpl boundary, SurfaceImpl spanSurf)
          This second variant of a constructor of Polygon creates a Polygon lying on a spanning surface.
PolyhedralSurfaceImpl(SurfaceBoundaryImpl boundary)
           
SurfacePatchImpl(SurfaceBoundaryImpl boundary)
          Constructs the Surface patch and stores the boundary
TinImpl(SurfaceBoundaryImpl surfBdry, java.util.ArrayList<PositionImpl> post, java.util.ArrayList<LineStringImpl> stopLines, java.util.ArrayList<LineStringImpl> breakLines, double maxLength, java.util.ArrayList<TriangleImpl> triangles)
          This constructor delegates the mesh generation to different mesh generators.
TriangleImpl(SurfaceBoundaryImpl triangleBoundary, org.opengis.geometry.coordinate.TriangulatedSurface ts, PositionImpl p1, PositionImpl p2, PositionImpl p3)
           
TriangulatedSurfaceImpl(SurfaceBoundaryImpl boundary)
           
 

Uses of SurfaceBoundaryImpl in org.geotools.geometry.iso.primitive
 

Methods in org.geotools.geometry.iso.primitive that return SurfaceBoundaryImpl
 SurfaceBoundaryImpl SurfaceBoundaryImpl.clone()
           
 SurfaceBoundaryImpl PrimitiveFactoryImpl.createSurfaceBoundary(org.opengis.geometry.primitive.Ring exterior, java.util.List<org.opengis.geometry.primitive.Ring> interiors)
           
 SurfaceBoundaryImpl SurfaceImpl.getBoundary()
           
 SurfaceBoundaryImpl RingImplUnsafe.getSurfaceBoundary()
           
 

Methods in org.geotools.geometry.iso.primitive with parameters of type SurfaceBoundaryImpl
 void SurfaceImpl.setBoundary(SurfaceBoundaryImpl boundary)
          Sets the Boundary of the Surface
 void RingImplUnsafe.setSurfaceBoundary(SurfaceBoundaryImpl surfaceBoundary)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.