Uses of Interface
net.opengis.wms.LatitudeType

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

Uses of LatitudeType in net.opengis.wms
 

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

Methods in net.opengis.wms with parameters of type LatitudeType
 void EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xsetNorthBoundLatitude(LatitudeType northBoundLatitude)
          Sets (as xml) the "northBoundLatitude" element
 void EXGeographicBoundingBoxDocument.EXGeographicBoundingBox.xsetSouthBoundLatitude(LatitudeType southBoundLatitude)
          Sets (as xml) the "southBoundLatitude" element
 

Uses of LatitudeType in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement LatitudeType
 class LatitudeTypeImpl
          An XML latitudeType(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return LatitudeType
 LatitudeType EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xgetNorthBoundLatitude()
          Gets (as xml) the "northBoundLatitude" element
 LatitudeType EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xgetSouthBoundLatitude()
          Gets (as xml) the "southBoundLatitude" element
 

Methods in net.opengis.wms.impl with parameters of type LatitudeType
 void EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xsetNorthBoundLatitude(LatitudeType northBoundLatitude)
          Sets (as xml) the "northBoundLatitude" element
 void EXGeographicBoundingBoxDocumentImpl.EXGeographicBoundingBoxImpl.xsetSouthBoundLatitude(LatitudeType southBoundLatitude)
          Sets (as xml) the "southBoundLatitude" element
 



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