Uses of Interface
net.opengis.wms.LongitudeType

Packages that use LongitudeType
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of LongitudeType in net.opengis.wms
 

Methods in net.opengis.wms that return LongitudeType
static LongitudeType LongitudeType.Factory.newInstance()
           
static LongitudeType LongitudeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.newValue(Object obj)
           
static LongitudeType LongitudeType.Factory.parse(File file)
           
static LongitudeType LongitudeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(InputStream is)
           
static LongitudeType LongitudeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(Node node)
           
static LongitudeType LongitudeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(Reader r)
           
static LongitudeType LongitudeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(String xmlAsString)
           
static LongitudeType LongitudeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(URL u)
           
static LongitudeType LongitudeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LongitudeType LongitudeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LongitudeType LongitudeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LongitudeType LongitudeType.Factory.parse(XMLStreamReader sr)
           
static LongitudeType LongitudeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 LongitudeType EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xgetEastBoundLongitude()
          Gets (as xml) the "eastBoundLongitude" element
 LongitudeType EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xgetWestBoundLongitude()
          Gets (as xml) the "westBoundLongitude" element
 

Methods in net.opengis.wms with parameters of type LongitudeType
 void EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xsetEastBoundLongitude(LongitudeType eastBoundLongitude)
          Sets (as xml) the "eastBoundLongitude" element
 void EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xsetWestBoundLongitude(LongitudeType westBoundLongitude)
          Sets (as xml) the "westBoundLongitude" element
 

Uses of LongitudeType in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement LongitudeType
 class LongitudeTypeImpl
          An XML longitudeType(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return LongitudeType
 LongitudeType EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xgetEastBoundLongitude()
          Gets (as xml) the "eastBoundLongitude" element
 LongitudeType EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xgetWestBoundLongitude()
          Gets (as xml) the "westBoundLongitude" element
 

Methods in net.opengis.wms.impl with parameters of type LongitudeType
 void EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xsetEastBoundLongitude(LongitudeType eastBoundLongitude)
          Sets (as xml) the "eastBoundLongitude" element
 void EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xsetWestBoundLongitude(LongitudeType westBoundLongitude)
          Sets (as xml) the "westBoundLongitude" element
 



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