Uses of Interface
net.opengis.ows.x11.BoundingBoxType

Packages that use BoundingBoxType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of BoundingBoxType in net.opengis.ows.x11
 

Subinterfaces of BoundingBoxType in net.opengis.ows.x11
 interface WGS84BoundingBoxType
          An XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11 that return BoundingBoxType
 BoundingBoxType IdentificationType.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseType.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxType BoundingBoxDocument.addNewBoundingBox()
          Appends and returns a new empty "BoundingBox" element
 BoundingBoxType BoundingBoxDocument.getBoundingBox()
          Gets the "BoundingBox" element
 BoundingBoxType[] IdentificationType.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType[] DatasetDescriptionSummaryBaseType.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType IdentificationType.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseType.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxType IdentificationType.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseType.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
static BoundingBoxType BoundingBoxType.Factory.newInstance()
           
static BoundingBoxType BoundingBoxType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(File file)
           
static BoundingBoxType BoundingBoxType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(InputStream is)
           
static BoundingBoxType BoundingBoxType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(Node node)
           
static BoundingBoxType BoundingBoxType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(Reader r)
           
static BoundingBoxType BoundingBoxType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(String xmlAsString)
           
static BoundingBoxType BoundingBoxType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(URL u)
           
static BoundingBoxType BoundingBoxType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BoundingBoxType BoundingBoxType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BoundingBoxType BoundingBoxType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BoundingBoxType BoundingBoxType.Factory.parse(XMLStreamReader sr)
           
static BoundingBoxType BoundingBoxType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type BoundingBoxType
 void BoundingBoxDocument.setBoundingBox(BoundingBoxType boundingBox)
          Sets the "BoundingBox" element
 void IdentificationType.setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void DatasetDescriptionSummaryBaseType.setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void IdentificationType.setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void DatasetDescriptionSummaryBaseType.setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 

Uses of BoundingBoxType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement BoundingBoxType
 class BoundingBoxTypeImpl
          An XML BoundingBoxType(@http://www.opengis.net/ows/1.1).
 class WGS84BoundingBoxTypeImpl
          An XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return BoundingBoxType
 BoundingBoxType IdentificationTypeImpl.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxType BoundingBoxDocumentImpl.addNewBoundingBox()
          Appends and returns a new empty "BoundingBox" element
 BoundingBoxType BoundingBoxDocumentImpl.getBoundingBox()
          Gets the "BoundingBox" element
 BoundingBoxType[] IdentificationTypeImpl.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType[] DatasetDescriptionSummaryBaseTypeImpl.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType IdentificationTypeImpl.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxType IdentificationTypeImpl.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 

Methods in net.opengis.ows.x11.impl with parameters of type BoundingBoxType
 void BoundingBoxDocumentImpl.setBoundingBox(BoundingBoxType boundingBox)
          Sets the "BoundingBox" element
 void IdentificationTypeImpl.setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void DatasetDescriptionSummaryBaseTypeImpl.setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void IdentificationTypeImpl.setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void DatasetDescriptionSummaryBaseTypeImpl.setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 



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