| Constructor and Description |
|---|
EnvelopeImpl() |
EnvelopeImpl(int numDims) |
EnvelopeImpl(String crs,
double[] lowerCorner,
double[] upperCorner) |
EnvelopeImpl(String crs,
double minX,
double maxX,
double minY,
double maxY) |
EnvelopeImpl(String crs,
double minX,
double maxX,
double minY,
double maxY,
double minZ,
double maxZ) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String[] |
getAxisLabels()
Gets the axisLabels property
|
double[] |
getLowerCorner()
Gets the lowerCorner property
|
int |
getSrsDimension()
Gets the srsDimension property
|
String |
getSrsName()
Gets the srsName property
|
String[] |
getUomLabels()
Gets the uomLabels property
|
double[] |
getUpperCorner()
Gets the upperCorner property
|
boolean |
isSetAxisLabels()
Checks if axisLabels is set
|
boolean |
isSetLowerCorner()
Checks if lowerCorner is set
|
boolean |
isSetSrsDimension()
Checks if srsDimension is set
|
boolean |
isSetSrsName()
Checks if srsName is set
|
boolean |
isSetUomLabels()
Checks if uomLabels is set
|
boolean |
isSetUpperCorner()
Checks if upperCorner is set
|
void |
setAxisLabels(String[] axisLabels)
Sets the axisLabels property
|
void |
setLowerCorner(double[] lowerCorner)
Sets the lowerCorner property
|
void |
setSrsDimension(int srsDimension)
Sets the srsDimension property
|
void |
setSrsName(String srsName)
Sets the srsName property
|
void |
setUomLabels(String[] uomLabels)
Sets the uomLabels property
|
void |
setUpperCorner(double[] upperCorner)
Sets the upperCorner property
|
void |
unSetSrsDimension()
Unsets the srsDimension property
|
public EnvelopeImpl()
public EnvelopeImpl(int numDims)
public EnvelopeImpl(String crs, double minX, double maxX, double minY, double maxY)
public EnvelopeImpl(String crs, double minX, double maxX, double minY, double maxY, double minZ, double maxZ)
public EnvelopeImpl(String crs, double[] lowerCorner, double[] upperCorner)
public double[] getLowerCorner()
getLowerCorner in interface Envelopepublic boolean isSetLowerCorner()
isSetLowerCorner in interface Envelopepublic void setLowerCorner(double[] lowerCorner)
setLowerCorner in interface Envelopepublic double[] getUpperCorner()
getUpperCorner in interface Envelopepublic boolean isSetUpperCorner()
isSetUpperCorner in interface Envelopepublic void setUpperCorner(double[] upperCorner)
setUpperCorner in interface Envelopepublic String getSrsName()
getSrsName in interface Envelopepublic boolean isSetSrsName()
isSetSrsName in interface Envelopepublic void setSrsName(String srsName)
setSrsName in interface Envelopepublic int getSrsDimension()
getSrsDimension in interface Envelopepublic boolean isSetSrsDimension()
isSetSrsDimension in interface Envelopepublic void setSrsDimension(int srsDimension)
setSrsDimension in interface Envelopepublic void unSetSrsDimension()
unSetSrsDimension in interface Envelopepublic String[] getAxisLabels()
getAxisLabels in interface Envelopepublic boolean isSetAxisLabels()
isSetAxisLabels in interface Envelopepublic void setAxisLabels(String[] axisLabels)
setAxisLabels in interface Envelopepublic String[] getUomLabels()
getUomLabels in interface Envelopepublic boolean isSetUomLabels()
isSetUomLabels in interface Envelopepublic void setUomLabels(String[] uomLabels)
setUomLabels in interface EnvelopeCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.