Uses of Class
org.geotools.geometry.iso.coordinate.TriangleImpl

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

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

Methods in org.geotools.geometry.iso.coordinate that return TriangleImpl
 TriangleImpl GeometryFactoryImpl.createTriangle(org.opengis.geometry.coordinate.TriangulatedSurface ts, org.opengis.geometry.DirectPosition p1, org.opengis.geometry.DirectPosition p2, org.opengis.geometry.DirectPosition p3)
          Creates a Triangle from three DirectPositions Builds the Surface Boundary for the Triangle
 

Methods in org.geotools.geometry.iso.coordinate that return types with arguments of type TriangleImpl
 java.util.List<TriangleImpl> TinImpl.getTriangles()
          Returns an Array of the surface patches as GM_TriangleĀ“s
 

Method parameters in org.geotools.geometry.iso.coordinate with type arguments of type TriangleImpl
 void TriangulatedSurfaceImpl.setTriangles(java.util.ArrayList<TriangleImpl> triangles)
          Sets the Triangles for the Triangulated Surface
 

Constructor parameters in org.geotools.geometry.iso.coordinate with type arguments of type TriangleImpl
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.
 

Uses of TriangleImpl in org.geotools.geometry.iso.io
 

Methods in org.geotools.geometry.iso.io that return types with arguments of type TriangleImpl
 java.util.List<TriangleImpl> CollectionFactoryMemoryImpl.createTriangleList()
           
 java.util.List<TriangleImpl> CollectionFactory.createTriangleList()
          Creates a list of Triangles
 



Copyright © 1996-2010 Geotools. All Rights Reserved.