Package net.opengis.gml.v32.impl
Class EnvelopeJTS
java.lang.Object
org.locationtech.jts.geom.Envelope
net.opengis.gml.v32.impl.EnvelopeJTS
- All Implemented Interfaces:
 Serializable,Comparable,Envelope
Implementation of GML Envelope derived from JTS Envelope class.
- Since:
 - Dec 23, 2014
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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 propertyMethods inherited from class org.locationtech.jts.geom.Envelope
centre, compareTo, contains, contains, contains, copy, covers, covers, covers, disjoint, distance, equals, expandBy, expandBy, expandToInclude, expandToInclude, expandToInclude, getArea, getDiameter, getHeight, getMaxX, getMaxY, getMinX, getMinY, getWidth, hashCode, init, init, init, init, init, intersection, intersects, intersects, intersects, intersects, intersects, intersects, isNull, maxExtent, minExtent, overlaps, overlaps, overlaps, setToNull, toString, translate 
- 
Field Details
- 
srsName
 - 
srsDimension
 - 
axisLabels
 - 
uomLabels
 
 - 
 - 
Constructor Details
- 
EnvelopeJTS
public EnvelopeJTS() 
 - 
 - 
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
 
 -