public class EnvelopeJTS extends com.vividsolutions.jts.geom.Envelope implements Envelope
Implementation of GML Envelope derived from JTS Envelope class.
| Constructor and Description |
|---|
EnvelopeJTS() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAxisLabels()
Gets the axisLabels property
|
double[] |
getLowerCorner()
Gets the lowerCorner property
|
int |
getSrsDimension()
Gets the srsDimension property
|
String |
getSrsName()
Gets the srsName property
|
String[] |
getUomLabels()
Gets the uomLabels property
|
double[] |
getUpperCorner()
Gets the upperCorner property
|
boolean |
isSetAxisLabels()
Checks if axisLabels is set
|
boolean |
isSetLowerCorner()
Checks if lowerCorner is set
|
boolean |
isSetSrsDimension()
Checks if srsDimension is set
|
boolean |
isSetSrsName()
Checks if srsName is set
|
boolean |
isSetUomLabels()
Checks if uomLabels is set
|
boolean |
isSetUpperCorner()
Checks if upperCorner is set
|
void |
setAxisLabels(String[] axisLabels)
Sets the axisLabels property
|
void |
setLowerCorner(double[] lowerCorner)
Sets the lowerCorner property
|
void |
setSrsDimension(int srsDimension)
Sets the srsDimension property
|
void |
setSrsName(String srsName)
Sets the srsName property
|
void |
setUomLabels(String[] uomLabels)
Sets the uomLabels property
|
void |
setUpperCorner(double[] upperCorner)
Sets the upperCorner property
|
void |
unSetSrsDimension()
Unsets the srsDimension property
|
centre, contains, contains, contains, covers, covers, covers, distance, equals, expandBy, expandBy, expandToInclude, expandToInclude, expandToInclude, getArea, getHeight, getMaxX, getMaxY, getMinX, getMinY, getWidth, hashCode, init, init, init, init, init, intersection, intersects, intersects, intersects, intersects, intersects, isNull, maxExtent, minExtent, overlaps, overlaps, overlaps, setToNull, toString, translatepublic double[] getLowerCorner()
getLowerCorner in interface Envelopepublic boolean isSetLowerCorner()
isSetLowerCorner in interface Envelopepublic void setLowerCorner(double[] lowerCorner)
setLowerCorner in interface Envelopepublic double[] getUpperCorner()
getUpperCorner in interface Envelopepublic boolean isSetUpperCorner()
isSetUpperCorner in interface Envelopepublic void setUpperCorner(double[] upperCorner)
setUpperCorner in interface Envelopepublic String getSrsName()
getSrsName in interface Envelopepublic boolean isSetSrsName()
isSetSrsName in interface Envelopepublic void setSrsName(String srsName)
setSrsName in interface Envelopepublic int getSrsDimension()
getSrsDimension in interface Envelopepublic boolean isSetSrsDimension()
isSetSrsDimension in interface Envelopepublic void setSrsDimension(int srsDimension)
setSrsDimension in interface Envelopepublic void unSetSrsDimension()
unSetSrsDimension in interface Envelopepublic String[] getAxisLabels()
getAxisLabels in interface Envelopepublic boolean isSetAxisLabels()
isSetAxisLabels in interface Envelopepublic void setAxisLabels(String[] axisLabels)
setAxisLabels in interface Envelopepublic String[] getUomLabels()
getUomLabels in interface Envelopepublic boolean isSetUomLabels()
isSetUomLabels in interface Envelopepublic void setUomLabels(String[] uomLabels)
setUomLabels in interface EnvelopeCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.