Uses of Class
org.geotools.geometry.iso.util.elem2D.Simplex2D

Packages that use Simplex2D
org.geotools.geometry.iso.util.elem2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of Simplex2D in org.geotools.geometry.iso.util.elem2D
 

Subclasses of Simplex2D in org.geotools.geometry.iso.util.elem2D
 class Quadrilateral2D
           
 class Triangle2D
           
 

Fields in org.geotools.geometry.iso.util.elem2D declared as Simplex2D
protected  Simplex2D Edge2D.surfaceLeft
           
protected  Simplex2D Edge2D.surfaceRight
           
 

Methods in org.geotools.geometry.iso.util.elem2D that return Simplex2D
 Simplex2D Edge2D.getLeftSimplex()
           
 Simplex2D Edge2D.getNeighborSimplex(Simplex2D f)
           
 Simplex2D Simplex2D.getNeighbourSimplex(int side)
           
 Simplex2D Edge2D.getRightSimplex()
           
 Simplex2D Node2D.getSimplex()
           
 Simplex2D[] Node2D.getSimplices(Node2D node2D)
           
 Simplex2D Edge2D.getSurfaceLeft()
           
 Simplex2D Edge2D.getSurfaceRight()
           
 

Methods in org.geotools.geometry.iso.util.elem2D that return types with arguments of type Simplex2D
 java.util.ArrayList<Simplex2D> Simplex2D.getAllSimpliciesOnSimplex()
           
 java.util.HashSet<Simplex2D> Node2D.getSimplices()
           
 

Methods in org.geotools.geometry.iso.util.elem2D with parameters of type Simplex2D
static boolean Geo2DFactory.connectEdgeSimplex(Edge2D edge, Simplex2D simplex, int edgeSide)
           
static boolean Geo2DFactory.connectSimplexSimplex(Simplex2D simplex0, Simplex2D simplex1)
           
static Edge2D Geo2DFactory.createEdge(Node2D nodeFrom, Node2D nodeTo, Simplex2D rightSimplex, Simplex2D leftSimplex)
           
 Simplex2D Edge2D.getNeighborSimplex(Simplex2D f)
           
 int Simplex2D.getOrientation(Simplex2D f)
           
 int Simplex2D.getOrientation(Simplex2D f0, Simplex2D f1)
           
 int Simplex2D.getSide(Simplex2D f)
           
 boolean Edge2D.hasSimplex(Simplex2D s)
           
protected  void Simplex2D.linkSimplex(int side, Simplex2D s)
           
 void Node2D.linkSimplex(Simplex2D s)
           
protected  boolean Simplex2D.linkSimplex(Simplex2D other)
           
protected  void Edge2D.setSimplex(Simplex2D simplex, int SIDE)
           
protected  void Simplex2D.swapSide(Edge2D e, Simplex2D f)
           
 

Constructors in org.geotools.geometry.iso.util.elem2D with parameters of type Simplex2D
Edge2D(Node2D p1, Node2D p2, Simplex2D surfaceRight, Simplex2D surfaceLeft)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.