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

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

Uses of PolyhedralSurface in org.geotools.geometry
 

Methods in org.geotools.geometry that return PolyhedralSurface
 PolyhedralSurface GeometryBuilder.createPolyhedralSurface(List tiles)
           
 

Uses of PolyhedralSurface in org.opengis.geometry.coordinate
 

Subinterfaces of PolyhedralSurface in org.opengis.geometry.coordinate
 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 PolyhedralSurface
 PolyhedralSurface GeometryFactory.createPolyhedralSurface(List<Polygon> tiles)
          Constructs polyhedral surface from the facet polygons.
 PolyhedralSurface Polygon.getSurface()
          Returns the patch which own this surface patch.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.