public static interface EXGeographicBoundingBoxDocument.EXGeographicBoundingBox
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
double |
getEastBoundLongitude()
Gets the "eastBoundLongitude" element
|
double |
getNorthBoundLatitude()
Gets the "northBoundLatitude" element
|
double |
getSouthBoundLatitude()
Gets the "southBoundLatitude" element
|
double |
getWestBoundLongitude()
Gets the "westBoundLongitude" element
|
void |
setEastBoundLongitude(double eastBoundLongitude)
Sets the "eastBoundLongitude" element
|
void |
setNorthBoundLatitude(double northBoundLatitude)
Sets the "northBoundLatitude" element
|
void |
setSouthBoundLatitude(double southBoundLatitude)
Sets the "southBoundLatitude" element
|
void |
setWestBoundLongitude(double westBoundLongitude)
Sets the "westBoundLongitude" element
|
LongitudeType |
xgetEastBoundLongitude()
Gets (as xml) the "eastBoundLongitude" element
|
LatitudeType |
xgetNorthBoundLatitude()
Gets (as xml) the "northBoundLatitude" element
|
LatitudeType |
xgetSouthBoundLatitude()
Gets (as xml) the "southBoundLatitude" element
|
LongitudeType |
xgetWestBoundLongitude()
Gets (as xml) the "westBoundLongitude" element
|
void |
xsetEastBoundLongitude(LongitudeType eastBoundLongitude)
Sets (as xml) the "eastBoundLongitude" element
|
void |
xsetNorthBoundLatitude(LatitudeType northBoundLatitude)
Sets (as xml) the "northBoundLatitude" element
|
void |
xsetSouthBoundLatitude(LatitudeType southBoundLatitude)
Sets (as xml) the "southBoundLatitude" element
|
void |
xsetWestBoundLongitude(LongitudeType westBoundLongitude)
Sets (as xml) the "westBoundLongitude" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextdouble getWestBoundLongitude()
LongitudeType xgetWestBoundLongitude()
void setWestBoundLongitude(double westBoundLongitude)
void xsetWestBoundLongitude(LongitudeType westBoundLongitude)
double getEastBoundLongitude()
LongitudeType xgetEastBoundLongitude()
void setEastBoundLongitude(double eastBoundLongitude)
void xsetEastBoundLongitude(LongitudeType eastBoundLongitude)
double getSouthBoundLatitude()
LatitudeType xgetSouthBoundLatitude()
void setSouthBoundLatitude(double southBoundLatitude)
void xsetSouthBoundLatitude(LatitudeType southBoundLatitude)
double getNorthBoundLatitude()
LatitudeType xgetNorthBoundLatitude()
void setNorthBoundLatitude(double northBoundLatitude)
void xsetNorthBoundLatitude(LatitudeType northBoundLatitude)
Copyright © 2015 52north.org. All rights reserved.