|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdelaunay.delaunay.geometries.BoundaryBox
public class BoundaryBox
A parallepiped defined by two points.
| Constructor Summary | |
|---|---|
BoundaryBox()
generate an empty box centered on 0,0,0 |
|
BoundaryBox(BoundaryBox aBox)
set a box according to another existing box. |
|
BoundaryBox(double pminx,
double pmaxx,
double pminy,
double pmaxy,
double pminz,
double pmaxz)
set a box according to coordinates |
|
| Method Summary | |
|---|---|
void |
alterBox(com.vividsolutions.jts.geom.Coordinate aPoint)
alter box coordinates according to the new point |
void |
alterBox(double x,
double y,
double z)
alter box coordinates according to the new point |
void |
alterBox(DPoint point)
alter box coordinates according to the new point |
com.vividsolutions.jts.geom.Coordinate |
getMiddle()
|
List<DPoint> |
getPoints()
Get the list of points that define this boundary box. |
void |
setBox(double x1,
double x2,
double y1,
double y2,
double z1,
double z2)
Set the coordinates of the extremities of this box. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BoundaryBox()
public BoundaryBox(double pminx,
double pmaxx,
double pminy,
double pmaxy,
double pminz,
double pmaxz)
pminx - The first x valuepmaxx - The second x valuepminy - The first y valuepmaxy - The second y valuepminz - The first z valuepmaxz - The second z valuepublic BoundaryBox(BoundaryBox aBox)
aBox - | Method Detail |
|---|
public final void setBox(double x1,
double x2,
double y1,
double y2,
double z1,
double z2)
x1 - The first x valuex2 - The second x valuey1 - The first y valuey2 - The second y valuez1 - The first z valuez2 - The second z value
public final void alterBox(double x,
double y,
double z)
x - y - z - public final void alterBox(com.vividsolutions.jts.geom.Coordinate aPoint)
aPoint - public final void alterBox(DPoint point)
aPoint - public final com.vividsolutions.jts.geom.Coordinate getMiddle()
public final String toString()
toString in class Object
public final List<DPoint> getPoints()
throws DelaunayError
DelaunayError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||