org.geotools.geometry.iso.util.elem2D
Class Quadrilateral2D

java.lang.Object
  extended by org.geotools.geometry.iso.util.elem2D.Simplex2D
      extended by org.geotools.geometry.iso.util.elem2D.Quadrilateral2D

public class Quadrilateral2D
extends Simplex2D

Author:
roehrig TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class org.geotools.geometry.iso.util.elem2D.Simplex2D
id, neighbour, object, point
 
Constructor Summary
protected Quadrilateral2D(Node2D p0, Node2D p1, Node2D p2, Node2D p3)
           
 
Method Summary
 int n()
           
 int sideBits(int s)
           
 
Methods inherited from class org.geotools.geometry.iso.util.elem2D.Simplex2D
getAllEdgesOnFace, getAllPointsOnFace, getAllSimpliciesOnSimplex, getCentroid, getNeighbourEdge, getNeighbours, getNeighbourSimplex, getNextPoint, getObject, getOrientation, getOrientation, getOrientation, getOrientation, getPoint, getPointFromSide, getPoints, getRectangle, getSide, getSide, getSide, getSides, getSize, getSizeSq, hasEqualPoint, hasID, hasPoint, linkEdge, linkEdge, linkSimplex, linkSimplex, setObject, setRectangle, swapSide, unlinkEdge, unlinkEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quadrilateral2D

protected Quadrilateral2D(Node2D p0,
                          Node2D p1,
                          Node2D p2,
                          Node2D p3)
Parameters:
p -
Method Detail

n

public int n()
Specified by:
n in class Simplex2D

sideBits

public int sideBits(int s)
Specified by:
sideBits in class Simplex2D


Copyright © 1996-2010 Geotools. All Rights Reserved.