public class BoundaryBox extends Object implements Serializable
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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 - 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 valuepublic 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 List<DPoint> getPoints() throws DelaunayError
DelaunayErrorCopyright © 2013 IRSTV CNRS-FR-2488. All Rights Reserved.