Uses of Interface
org.deegree.geometry.primitive.TriangulatedSurface

Packages that use TriangulatedSurface
org.deegree.geometry   
org.deegree.geometry.primitive   
org.deegree.geometry.standard.primitive   
org.deegree.gml.geometry   
 

Uses of TriangulatedSurface in org.deegree.geometry
 

Methods in org.deegree.geometry that return TriangulatedSurface
 TriangulatedSurface GeometryFactory.createTriangulatedSurface(String id, ICRS crs, List<Triangle> memberPatches)
          Creates a TriangulatedSurface.
 

Uses of TriangulatedSurface in org.deegree.geometry.primitive
 

Subinterfaces of TriangulatedSurface in org.deegree.geometry.primitive
 interface Tin
          A TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
 

Uses of TriangulatedSurface in org.deegree.geometry.standard.primitive
 

Classes in org.deegree.geometry.standard.primitive that implement TriangulatedSurface
 class DefaultTin
          Default implementation of Tin.
 class DefaultTriangulatedSurface
          Default implementation of TriangulatedSurface.
 

Uses of TriangulatedSurface in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry that return TriangulatedSurface
 TriangulatedSurface GML3GeometryReader.parseTriangulatedSurface(XMLStreamReaderWrapper xmlStream, ICRS defaultCRS)
          Returns the object representation of a (<gml:TriangulatedSurface>) element.
 

Methods in org.deegree.gml.geometry with parameters of type TriangulatedSurface
 void GML2GeometryWriter.exportTriangulatedSurface(TriangulatedSurface triangSurface)
           
 void GMLGeometryWriter.exportTriangulatedSurface(TriangulatedSurface triangSurface)
           
 void GML3GeometryWriter.exportTriangulatedSurface(TriangulatedSurface triangSurface)
          Exporting a triangulated surface via the XMLStreamWriter given when the class was constructed
 



Copyright © 2011. All Rights Reserved.