public class BoundingBox3D extends BoundingBox
crs, dimensions, ERROR_INPUT_COORDINATES, ERROR_NUM_OF_COORINDATE_DIFFER, lowerCorner, upperCorner
Constructor and Description |
---|
BoundingBox3D(double llx,
double lly,
double llz,
double urx,
double ury,
double urz)
this constructor has all required attributes as its parameters.
|
BoundingBox3D(String crs,
double llx,
double lly,
double llz,
double urx,
double ury,
double urz)
this constructor has all attributes as its parameters.
|
Modifier and Type | Method and Description |
---|---|
double |
getLlx() |
double |
getLly() |
double |
getLlz() |
double |
getUrx() |
double |
getUry() |
double |
getUrz() |
containsValue, equals, getCRS, getDepth, getDimensions, getDomainDescription, getHeight, getLowerCorner, getMaxValue, getMinValue, getUpperCorner, getWidth, hashCode, produceValue, setCRS, setDimensions, setLowerCorner, setUpperCorner, toKVPString, toString, toXML
public BoundingBox3D(double llx, double lly, double llz, double urx, double ury, double urz) throws OXFException
llx
- x-coordinate of the lowerCornerlly
- y-coordinate of the lowerCornerllz
- z-coordinate of the lowerCornerurx
- x-coordinate of the upperCornerury
- y-coordinate of the upperCornerurz
- z-coordinate of the upperCornerOXFException
- if the dimensions of lowerLeft and upperRight are not the same.public BoundingBox3D(String crs, double llx, double lly, double llz, double urx, double ury, double urz) throws OXFException
crs
- a EPSG String for instancellx
- x-coordinate of the lowerCornerlly
- y-coordinate of the lowerCornerllz
- z-coordinate of the lowerCornerurx
- x-coordinate of the upperCornerury
- y-coordinate of the upperCornerurz
- z-coordinate of the upperCornerOXFException
- if the dimensions of lowerLeft and upperRight are not the same.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.