org.geotools.geometry.iso.coordinate
Class PointGridImpl

java.lang.Object
  extended by org.geotools.geometry.iso.coordinate.PointGridImpl

public class PointGridImpl
extends java.lang.Object

Many of the geometric constructs in this International Standard require the use of reference points which are organized into sequences or grids (sequences of equal length sequences). PointArray::column[1..n] : Position PointGrid::row[1..n] : PointArray

Author:
Jackson Roehrig & Sanjay Jena

Constructor Summary
PointGridImpl()
           
PointGridImpl(PointArrayImpl pointArray)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointGridImpl

public PointGridImpl()

PointGridImpl

public PointGridImpl(PointArrayImpl pointArray)
Parameters:
pointArray -


Copyright © 1996-2010 Geotools. All Rights Reserved.