public class GeometryEnvelope extends Object
| Constructor and Description |
|---|
GeometryEnvelope()
Constructor
|
GeometryEnvelope(boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getMaxM()
Get max m
|
double |
getMaxX()
Get max x
|
double |
getMaxY()
Get max y
|
Double |
getMaxZ()
Get max z
|
Double |
getMinM()
Get min m
|
double |
getMinX()
Get min x
|
double |
getMinY()
Get min y
|
Double |
getMinZ()
Get min z
|
boolean |
hasM()
True if has M measurements
|
boolean |
hasZ()
True if has Z coordinates
|
boolean |
isHasM()
Has m coordinates
|
boolean |
isHasZ()
Has z coordinates
|
void |
setHasM(boolean hasM)
Set has m coordinates
|
void |
setHasZ(boolean hasZ)
Set has z coordinates
|
void |
setMaxM(Double maxM)
Set max m
|
void |
setMaxX(double maxX)
Set max x
|
void |
setMaxY(double maxY)
Set max y
|
void |
setMaxZ(Double maxZ)
Set max z
|
void |
setMinM(Double minM)
Set min m
|
void |
setMinX(double minX)
Set min x
|
void |
setMinY(double minY)
Set min y
|
void |
setMinZ(Double minZ)
Set min z
|
public GeometryEnvelope()
public GeometryEnvelope(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic boolean hasZ()
public boolean hasM()
public double getMinX()
public void setMinX(double minX)
minX - min xpublic double getMaxX()
public void setMaxX(double maxX)
maxX - max xpublic double getMinY()
public void setMinY(double minY)
minY - min ypublic double getMaxY()
public void setMaxY(double maxY)
maxY - max ypublic boolean isHasZ()
public void setHasZ(boolean hasZ)
hasZ - has zpublic Double getMinZ()
public void setMinZ(Double minZ)
minZ - min zpublic Double getMaxZ()
public void setMaxZ(Double maxZ)
maxZ - max zpublic boolean isHasM()
public void setHasM(boolean hasM)
hasM - has mpublic Double getMinM()
public void setMinM(Double minM)
minM - min mpublic Double getMaxM()
public void setMaxM(Double maxM)
maxM - max mCopyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.