Package net.opengis.gml.v32
Interface Envelope
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 EnvelopeImpl,EnvelopeJTS
POJO class for XML type EnvelopeType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptionString[]Gets the axisLabels propertydouble[]Gets the lowerCorner propertyintGets the srsDimension propertyGets the srsName propertyString[]Gets the uomLabels propertydouble[]Gets the upperCorner propertybooleanChecks if axisLabels is setbooleanChecks if lowerCorner is setbooleanChecks if srsDimension is setbooleanChecks if srsName is setbooleanChecks if uomLabels is setbooleanChecks if upperCorner is setvoidsetAxisLabels(String[] axisLabels) Sets the axisLabels propertyvoidsetLowerCorner(double[] lowerCorner) Sets the lowerCorner propertyvoidsetSrsDimension(int srsDimension) Sets the srsDimension propertyvoidsetSrsName(String srsName) Sets the srsName propertyvoidsetUomLabels(String[] uomLabels) Sets the uomLabels propertyvoidsetUpperCorner(double[] upperCorner) Sets the upperCorner propertyvoidUnsets the srsDimension property 
- 
Method Details
- 
getLowerCorner
double[] getLowerCorner()Gets the lowerCorner property - 
isSetLowerCorner
boolean isSetLowerCorner()Checks if lowerCorner is set - 
setLowerCorner
void setLowerCorner(double[] lowerCorner) Sets the lowerCorner property - 
getUpperCorner
double[] getUpperCorner()Gets the upperCorner property - 
isSetUpperCorner
boolean isSetUpperCorner()Checks if upperCorner is set - 
setUpperCorner
void setUpperCorner(double[] upperCorner) Sets the upperCorner property - 
getSrsName
String getSrsName()Gets the srsName property - 
isSetSrsName
boolean isSetSrsName()Checks if srsName is set - 
setSrsName
Sets the srsName property - 
getSrsDimension
int getSrsDimension()Gets the srsDimension property - 
isSetSrsDimension
boolean isSetSrsDimension()Checks if srsDimension is set - 
setSrsDimension
void setSrsDimension(int srsDimension) Sets the srsDimension property - 
unSetSrsDimension
void unSetSrsDimension()Unsets the srsDimension property - 
getAxisLabels
String[] getAxisLabels()Gets the axisLabels property - 
isSetAxisLabels
boolean isSetAxisLabels()Checks if axisLabels is set - 
setAxisLabels
Sets the axisLabels property - 
getUomLabels
String[] getUomLabels()Gets the uomLabels property - 
isSetUomLabels
boolean isSetUomLabels()Checks if uomLabels is set - 
setUomLabels
Sets the uomLabels property 
 -