|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends CoordianteSequenceFactory with meta data information.
This allows us to determine the dimensions of a Geometry.
Method Summary | |
CoordinateAccess |
create(double[][] xyz,
java.lang.Object[] attributes)
Create method that allows additional content. |
int |
getDimension()
Number of spatial ordinates() |
int |
getNumAttributes()
Number of non spatial ordinates() |
Methods inherited from interface com.vividsolutions.jts.geom.CoordinateSequenceFactory |
create, create, create |
Method Detail |
public CoordinateAccess create(double[][] xyz, java.lang.Object[] attributes)
Example: (x,y,z,t) getDimension()==2, getNumAttributes()==2
xyz:[ [ x1, x2,...,xN], [ y1, y2,...,yN] ]
attributes:[ [ z1, z2,...,zN], [ t1, t2,..., tN] ]
public int getDimension()
public int getNumAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |