|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleGeometry
public class SimpleGeometry
Field Summary | |
---|---|
Envelope |
bbox
|
double[][] |
coords
|
ShapeType |
type
|
Constructor Summary | |
---|---|
SimpleGeometry(ShapeType shapeType,
double[][] coords,
Envelope bbox)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final ShapeType type
public final double[][] coords
public final Envelope bbox
Constructor Detail |
---|
public SimpleGeometry(ShapeType shapeType, double[][] coords, Envelope bbox)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |