|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EXGeographicBoundingBoxDocument.EXGeographicBoundingBox
An XML EX_GeographicBoundingBox(@http://www.opengis.net/wms). This is a complex type.
Nested Class Summary | |
---|---|
static class |
EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
double 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |