Package net.opengis.gml.v32.impl
Class EnvelopeImpl
java.lang.Object
net.opengis.gml.v32.impl.EnvelopeImpl
- All Implemented Interfaces:
Serializable,Envelope
POJO class for XML type EnvelopeType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnvelopeImpl(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]Gets the axisLabels propertydouble[]Gets the lowerCorner propertyintGets the srsDimension propertyGets the srsName propertyString[]Gets the uomLabels propertydouble[]Gets the upperCorner propertyinthashCode()booleanChecks 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
-
Field Details
-
lowerCorner
protected double[] lowerCorner -
upperCorner
protected double[] upperCorner -
srsName
-
srsDimension
-
axisLabels
-
uomLabels
-
-
Constructor Details
-
EnvelopeImpl
public EnvelopeImpl() -
EnvelopeImpl
public EnvelopeImpl(int numDims) -
EnvelopeImpl
-
EnvelopeImpl
public EnvelopeImpl(String crs, double minX, double maxX, double minY, double maxY, double minZ, double maxZ) -
EnvelopeImpl
-
-
Method Details
-
getLowerCorner
public double[] getLowerCorner()Gets the lowerCorner property- Specified by:
getLowerCornerin interfaceEnvelope
-
isSetLowerCorner
public boolean isSetLowerCorner()Checks if lowerCorner is set- Specified by:
isSetLowerCornerin interfaceEnvelope
-
setLowerCorner
public void setLowerCorner(double[] lowerCorner) Sets the lowerCorner property- Specified by:
setLowerCornerin interfaceEnvelope
-
getUpperCorner
public double[] getUpperCorner()Gets the upperCorner property- Specified by:
getUpperCornerin interfaceEnvelope
-
isSetUpperCorner
public boolean isSetUpperCorner()Checks if upperCorner is set- Specified by:
isSetUpperCornerin interfaceEnvelope
-
setUpperCorner
public void setUpperCorner(double[] upperCorner) Sets the upperCorner property- Specified by:
setUpperCornerin interfaceEnvelope
-
getSrsName
Gets the srsName property- Specified by:
getSrsNamein interfaceEnvelope
-
isSetSrsName
public boolean isSetSrsName()Checks if srsName is set- Specified by:
isSetSrsNamein interfaceEnvelope
-
setSrsName
Sets the srsName property- Specified by:
setSrsNamein interfaceEnvelope
-
getSrsDimension
public int getSrsDimension()Gets the srsDimension property- Specified by:
getSrsDimensionin interfaceEnvelope
-
isSetSrsDimension
public boolean isSetSrsDimension()Checks if srsDimension is set- Specified by:
isSetSrsDimensionin interfaceEnvelope
-
setSrsDimension
public void setSrsDimension(int srsDimension) Sets the srsDimension property- Specified by:
setSrsDimensionin interfaceEnvelope
-
unSetSrsDimension
public void unSetSrsDimension()Unsets the srsDimension property- Specified by:
unSetSrsDimensionin interfaceEnvelope
-
getAxisLabels
Gets the axisLabels property- Specified by:
getAxisLabelsin interfaceEnvelope
-
isSetAxisLabels
public boolean isSetAxisLabels()Checks if axisLabels is set- Specified by:
isSetAxisLabelsin interfaceEnvelope
-
setAxisLabels
Sets the axisLabels property- Specified by:
setAxisLabelsin interfaceEnvelope
-
getUomLabels
Gets the uomLabels property- Specified by:
getUomLabelsin interfaceEnvelope
-
isSetUomLabels
public boolean isSetUomLabels()Checks if uomLabels is set- Specified by:
isSetUomLabelsin interfaceEnvelope
-
setUomLabels
Sets the uomLabels property- Specified by:
setUomLabelsin interfaceEnvelope
-
equals
-
hashCode
public int hashCode()
-