net.opengis.wms
Interface EXGeographicBoundingBoxDocument.EXGeographicBoundingBox

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl
Enclosing interface:
EXGeographicBoundingBoxDocument

public static interface EXGeographicBoundingBoxDocument.EXGeographicBoundingBox
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getWestBoundLongitude

double getWestBoundLongitude()
Gets the "westBoundLongitude" element


xgetWestBoundLongitude

LongitudeType xgetWestBoundLongitude()
Gets (as xml) the "westBoundLongitude" element


setWestBoundLongitude

void setWestBoundLongitude(double westBoundLongitude)
Sets the "westBoundLongitude" element


xsetWestBoundLongitude

void xsetWestBoundLongitude(LongitudeType westBoundLongitude)
Sets (as xml) the "westBoundLongitude" element


getEastBoundLongitude

double getEastBoundLongitude()
Gets the "eastBoundLongitude" element


xgetEastBoundLongitude

LongitudeType xgetEastBoundLongitude()
Gets (as xml) the "eastBoundLongitude" element


setEastBoundLongitude

void setEastBoundLongitude(double eastBoundLongitude)
Sets the "eastBoundLongitude" element


xsetEastBoundLongitude

void xsetEastBoundLongitude(LongitudeType eastBoundLongitude)
Sets (as xml) the "eastBoundLongitude" element


getSouthBoundLatitude

double getSouthBoundLatitude()
Gets the "southBoundLatitude" element


xgetSouthBoundLatitude

LatitudeType xgetSouthBoundLatitude()
Gets (as xml) the "southBoundLatitude" element


setSouthBoundLatitude

void setSouthBoundLatitude(double southBoundLatitude)
Sets the "southBoundLatitude" element


xsetSouthBoundLatitude

void xsetSouthBoundLatitude(LatitudeType southBoundLatitude)
Sets (as xml) the "southBoundLatitude" element


getNorthBoundLatitude

double getNorthBoundLatitude()
Gets the "northBoundLatitude" element


xgetNorthBoundLatitude

LatitudeType xgetNorthBoundLatitude()
Gets (as xml) the "northBoundLatitude" element


setNorthBoundLatitude

void setNorthBoundLatitude(double northBoundLatitude)
Sets the "northBoundLatitude" element


xsetNorthBoundLatitude

void xsetNorthBoundLatitude(LatitudeType northBoundLatitude)
Sets (as xml) the "northBoundLatitude" element



Copyright © 2004-2013 52north.org. All Rights Reserved.