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

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

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

Fields in org.geotools.geometry.iso.util.elem2D declared as Node2D
protected  Node2D Edge2D.p1
           
protected  Node2D Edge2D.p2
           
protected  Node2D[] Simplex2D.point
           
 

Methods in org.geotools.geometry.iso.util.elem2D that return Node2D
static Node2D Geo2DFactory.createNode(java.awt.geom.Point2D p)
           
 Node2D Simplex2D.getNextPoint(java.awt.geom.Point2D p0, java.awt.geom.Point2D p1)
           
 Node2D Edge2D.getNode1()
           
 Node2D Edge2D.getNode2()
           
 Node2D Simplex2D.getPoint(int n)
           
 Node2D[] Simplex2D.getPointFromSide(int side)
           
 Node2D[] Simplex2D.getPoints()
           
 

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

Methods in org.geotools.geometry.iso.util.elem2D with parameters of type Node2D
static Edge2D Geo2DFactory.createEdge(Node2D nodeFrom, Node2D nodeTo, Simplex2D rightSimplex, Simplex2D leftSimplex)
           
static Edge2D Geo2DFactory.createEdgeAndNode(double x0, double y0, Node2D n1)
           
static Edge2D Geo2DFactory.createEdgeAndNode(Node2D n0, double x1, double y1)
           
static Edge2D Geo2DFactory.createEdgeFromNodes(Node2D n0, Node2D n1)
           
 Edge2D Node2D.getEdge(Node2D n)
           
static Edge2D Geo2DFactory.getEdge(Node2D n0, Node2D n1)
           
 Edge2D Edge2D.getNeighbourEdge(Node2D n)
          returns the neighbour edge from this connected to node n.
 int Simplex2D.getOrientation(Node2D n0, Node2D n1)
           
 int[] Simplex2D.getSides(Node2D node)
           
 Simplex2D[] Node2D.getSimplices(Node2D node2D)
           
 boolean Simplex2D.hasPoint(Node2D p)
           
static void Geo2DFactory.mergeNodes(Node2D n0, Node2D n1)
          the nodes will be merged.
static void Geo2DFactory.setEdgeNodes(Edge2D e, Node2D n1, Node2D n2)
           
protected  void Edge2D.setNodes(Node2D p1, Node2D p2)
           
static void Geo2DFactory.setTriangleNodes(Triangle2D tri, Node2D n0, Node2D n1, Node2D n2)
           
 

Constructors in org.geotools.geometry.iso.util.elem2D with parameters of type Node2D
Edge2D(Node2D p1, Node2D p2)
           
Edge2D(Node2D p1, Node2D p2, Simplex2D surfaceRight, Simplex2D surfaceLeft)
           
Quadrilateral2D(Node2D p0, Node2D p1, Node2D p2, Node2D p3)
           
Simplex2D(Node2D[] p)
           
Simplex2D(Node2D[] p, int n)
           
Triangle2D(Node2D p0, Node2D p1, Node2D p2)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.