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 propertyint
Gets the srsDimension propertyGets the srsName propertyString[]
Gets the uomLabels propertydouble[]
Gets the upperCorner propertyboolean
Checks if axisLabels is setboolean
Checks if lowerCorner is setboolean
Checks if srsDimension is setboolean
Checks if srsName is setboolean
Checks if uomLabels is setboolean
Checks if upperCorner is setvoid
setAxisLabels
(String[] axisLabels) Sets the axisLabels propertyvoid
setLowerCorner
(double[] lowerCorner) Sets the lowerCorner propertyvoid
setSrsDimension
(int srsDimension) Sets the srsDimension propertyvoid
setSrsName
(String srsName) Sets the srsName propertyvoid
setUomLabels
(String[] uomLabels) Sets the uomLabels propertyvoid
setUpperCorner
(double[] upperCorner) Sets the upperCorner propertyvoid
Unsets 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
-