| Modifier and Type | Method and Description |
|---|---|
static XYZSolid |
makeXYZSolid(PlanetModel planetModel,
double minX,
double maxX,
double minY,
double maxY,
double minZ,
double maxZ)
Create a XYZSolid of the right kind given (x,y,z) bounds.
|
static XYZSolid |
makeXYZSolid(PlanetModel planetModel,
XYZBounds bounds)
Create a XYZSolid of the right kind given (x,y,z) bounds.
|
public static XYZSolid makeXYZSolid(PlanetModel planetModel, double minX, double maxX, double minY, double maxY, double minZ, double maxZ)
planetModel - is the planet modelminX - is the min X boundarymaxX - is the max X boundaryminY - is the min Y boundarymaxY - is the max Y boundaryminZ - is the min Z boundarymaxZ - is the max Z boundarypublic static XYZSolid makeXYZSolid(PlanetModel planetModel, XYZBounds bounds)
planetModel - is the planet modelbounds - is the XYZ bounds object.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.