Uses of Interface
org.deegree.geometry.primitive.patches.Triangle

Packages that use Triangle
org.deegree.geometry   
org.deegree.geometry.primitive   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.standard.surfacepatches   
 

Uses of Triangle in org.deegree.geometry
 

Methods in org.deegree.geometry that return Triangle
 Triangle GeometryFactory.createTriangle(LinearRing exterior)
          Creates a Triangle surface patch.
 

Method parameters in org.deegree.geometry with type arguments of type Triangle
 Tin GeometryFactory.createTin(java.lang.String id, CRS crs, java.util.List<java.util.List<LineStringSegment>> stopLines, java.util.List<java.util.List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, java.util.List<Triangle> patches)
          Creates a Tin.
 TriangulatedSurface GeometryFactory.createTriangulatedSurface(java.lang.String id, CRS crs, java.util.List<Triangle> memberPatches)
          Creates a TriangulatedSurface.
 

Uses of Triangle in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return types with arguments of type Triangle
 java.util.List<Triangle> TriangulatedSurface.getPatches()
          Returns the patches that constitute this surface.
 

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

Methods in org.deegree.geometry.standard.primitive that return types with arguments of type Triangle
 java.util.List<Triangle> DefaultTriangulatedSurface.getPatches()
           
 java.util.List<Triangle> DefaultTin.getPatches()
           
 

Constructor parameters in org.deegree.geometry.standard.primitive with type arguments of type Triangle
DefaultTin(java.lang.String id, CRS crs, PrecisionModel pm, java.util.List<java.util.List<LineStringSegment>> stopLines, java.util.List<java.util.List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, java.util.List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
DefaultTin(java.lang.String id, CRS crs, PrecisionModel pm, java.util.List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
DefaultTriangulatedSurface(java.lang.String id, CRS crs, PrecisionModel pm, java.util.List<Triangle> patches)
          Creates a new DefaultTriangulatedSurface instance from the given parameters.
 

Uses of Triangle in org.deegree.geometry.standard.surfacepatches
 

Classes in org.deegree.geometry.standard.surfacepatches that implement Triangle
 class DefaultTriangle
          Default implementation of Triangle.
 



Copyright © 2011. All Rights Reserved.