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 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 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:
getLowerCorner
in interfaceEnvelope
-
isSetLowerCorner
public boolean isSetLowerCorner()Checks if lowerCorner is set- Specified by:
isSetLowerCorner
in interfaceEnvelope
-
setLowerCorner
public void setLowerCorner(double[] lowerCorner) Sets the lowerCorner property- Specified by:
setLowerCorner
in interfaceEnvelope
-
getUpperCorner
public double[] getUpperCorner()Gets the upperCorner property- Specified by:
getUpperCorner
in interfaceEnvelope
-
isSetUpperCorner
public boolean isSetUpperCorner()Checks if upperCorner is set- Specified by:
isSetUpperCorner
in interfaceEnvelope
-
setUpperCorner
public void setUpperCorner(double[] upperCorner) Sets the upperCorner property- Specified by:
setUpperCorner
in interfaceEnvelope
-
getSrsName
Gets the srsName property- Specified by:
getSrsName
in interfaceEnvelope
-
isSetSrsName
public boolean isSetSrsName()Checks if srsName is set- Specified by:
isSetSrsName
in interfaceEnvelope
-
setSrsName
Sets the srsName property- Specified by:
setSrsName
in interfaceEnvelope
-
getSrsDimension
public int getSrsDimension()Gets the srsDimension property- Specified by:
getSrsDimension
in interfaceEnvelope
-
isSetSrsDimension
public boolean isSetSrsDimension()Checks if srsDimension is set- Specified by:
isSetSrsDimension
in interfaceEnvelope
-
setSrsDimension
public void setSrsDimension(int srsDimension) Sets the srsDimension property- Specified by:
setSrsDimension
in interfaceEnvelope
-
unSetSrsDimension
public void unSetSrsDimension()Unsets the srsDimension property- Specified by:
unSetSrsDimension
in interfaceEnvelope
-
getAxisLabels
Gets the axisLabels property- Specified by:
getAxisLabels
in interfaceEnvelope
-
isSetAxisLabels
public boolean isSetAxisLabels()Checks if axisLabels is set- Specified by:
isSetAxisLabels
in interfaceEnvelope
-
setAxisLabels
Sets the axisLabels property- Specified by:
setAxisLabels
in interfaceEnvelope
-
getUomLabels
Gets the uomLabels property- Specified by:
getUomLabels
in interfaceEnvelope
-
isSetUomLabels
public boolean isSetUomLabels()Checks if uomLabels is set- Specified by:
isSetUomLabels
in interfaceEnvelope
-
setUomLabels
Sets the uomLabels property- Specified by:
setUomLabels
in interfaceEnvelope
-