Uses of Interface
net.opengis.ows.x11.BoundingBoxType
-
Packages that use BoundingBoxType Package Description 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 Modifier and Type Interface Description interfaceWGS84BoundingBoxTypeAn XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeBoundingBoxDocument. addNewBoundingBox()Appends and returns a new empty "BoundingBox" elementBoundingBoxTypeDatasetDescriptionSummaryBaseType. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementBoundingBoxTypeIdentificationType. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementBoundingBoxTypeBoundingBoxDocument. getBoundingBox()Gets the "BoundingBox" elementBoundingBoxType[]DatasetDescriptionSummaryBaseType. getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypeDatasetDescriptionSummaryBaseType. getBoundingBoxArray(int i)Gets ith "BoundingBox" elementBoundingBoxType[]IdentificationType. getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypeIdentificationType. getBoundingBoxArray(int i)Gets ith "BoundingBox" elementBoundingBoxTypeDatasetDescriptionSummaryBaseType. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementBoundingBoxTypeIdentificationType. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementstatic BoundingBoxTypeBoundingBoxType.Factory. newInstance()static BoundingBoxTypeBoundingBoxType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(File file)static BoundingBoxTypeBoundingBoxType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(InputStream is)static BoundingBoxTypeBoundingBoxType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(Reader r)static BoundingBoxTypeBoundingBoxType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(String xmlAsString)static BoundingBoxTypeBoundingBoxType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(URL u)static BoundingBoxTypeBoundingBoxType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(XMLStreamReader sr)static BoundingBoxTypeBoundingBoxType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BoundingBoxTypeBoundingBoxType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BoundingBoxTypeBoundingBoxType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BoundingBoxTypeBoundingBoxType.Factory. parse(Node node)static BoundingBoxTypeBoundingBoxType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type BoundingBoxType Modifier and Type Method Description voidBoundingBoxDocument. setBoundingBox(BoundingBoxType boundingBox)Sets the "BoundingBox" elementvoidDatasetDescriptionSummaryBaseType. setBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidDatasetDescriptionSummaryBaseType. setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" elementvoidIdentificationType. setBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidIdentificationType. setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" element -
Uses of BoundingBoxType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement BoundingBoxType Modifier and Type Class Description classBoundingBoxTypeImplAn XML BoundingBoxType(@http://www.opengis.net/ows/1.1).classWGS84BoundingBoxTypeImplAn XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeBoundingBoxDocumentImpl. addNewBoundingBox()Appends and returns a new empty "BoundingBox" elementBoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementBoundingBoxTypeIdentificationTypeImpl. addNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementBoundingBoxTypeBoundingBoxDocumentImpl. getBoundingBox()Gets the "BoundingBox" elementBoundingBoxType[]DatasetDescriptionSummaryBaseTypeImpl. getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. getBoundingBoxArray(int i)Gets ith "BoundingBox" elementBoundingBoxType[]IdentificationTypeImpl. getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypeIdentificationTypeImpl. getBoundingBoxArray(int i)Gets ith "BoundingBox" elementBoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementBoundingBoxTypeIdentificationTypeImpl. insertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementMethods in net.opengis.ows.x11.impl with parameters of type BoundingBoxType Modifier and Type Method Description voidBoundingBoxDocumentImpl. setBoundingBox(BoundingBoxType boundingBox)Sets the "BoundingBox" elementvoidDatasetDescriptionSummaryBaseTypeImpl. setBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidDatasetDescriptionSummaryBaseTypeImpl. setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" elementvoidIdentificationTypeImpl. setBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidIdentificationTypeImpl. setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" element
-