Uses of Interface
net.opengis.ows.x11.WGS84BoundingBoxType
-
Packages that use WGS84BoundingBoxType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of WGS84BoundingBoxType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeDatasetDescriptionSummaryBaseType. addNewWGS84BoundingBox()Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" elementWGS84BoundingBoxTypeWGS84BoundingBoxDocument. addNewWGS84BoundingBox()Appends and returns a new empty "WGS84BoundingBox" elementWGS84BoundingBoxTypeWGS84BoundingBoxDocument. getWGS84BoundingBox()Gets the "WGS84BoundingBox" elementWGS84BoundingBoxType[]DatasetDescriptionSummaryBaseType. getWGS84BoundingBoxArray()Gets array of all "WGS84BoundingBox" elementsWGS84BoundingBoxTypeDatasetDescriptionSummaryBaseType. getWGS84BoundingBoxArray(int i)Gets ith "WGS84BoundingBox" elementWGS84BoundingBoxTypeDatasetDescriptionSummaryBaseType. insertNewWGS84BoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" elementstatic WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. newInstance()static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(File file)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(InputStream is)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(Reader r)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(String xmlAsString)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(URL u)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(XMLStreamReader sr)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(Node node)static WGS84BoundingBoxTypeWGS84BoundingBoxType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type WGS84BoundingBoxType Modifier and Type Method Description voidWGS84BoundingBoxDocument. setWGS84BoundingBox(WGS84BoundingBoxType wgs84BoundingBox)Sets the "WGS84BoundingBox" elementvoidDatasetDescriptionSummaryBaseType. setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)Sets ith "WGS84BoundingBox" elementvoidDatasetDescriptionSummaryBaseType. setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)Sets array of all "WGS84BoundingBox" element -
Uses of WGS84BoundingBoxType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement WGS84BoundingBoxType Modifier and Type Class Description classWGS84BoundingBoxTypeImplAn XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. addNewWGS84BoundingBox()Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" elementWGS84BoundingBoxTypeWGS84BoundingBoxDocumentImpl. addNewWGS84BoundingBox()Appends and returns a new empty "WGS84BoundingBox" elementWGS84BoundingBoxTypeWGS84BoundingBoxDocumentImpl. getWGS84BoundingBox()Gets the "WGS84BoundingBox" elementWGS84BoundingBoxType[]DatasetDescriptionSummaryBaseTypeImpl. getWGS84BoundingBoxArray()Gets array of all "WGS84BoundingBox" elementsWGS84BoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. getWGS84BoundingBoxArray(int i)Gets ith "WGS84BoundingBox" elementWGS84BoundingBoxTypeDatasetDescriptionSummaryBaseTypeImpl. insertNewWGS84BoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" elementMethods in net.opengis.ows.x11.impl with parameters of type WGS84BoundingBoxType Modifier and Type Method Description voidWGS84BoundingBoxDocumentImpl. setWGS84BoundingBox(WGS84BoundingBoxType wgs84BoundingBox)Sets the "WGS84BoundingBox" elementvoidDatasetDescriptionSummaryBaseTypeImpl. setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)Sets ith "WGS84BoundingBox" elementvoidDatasetDescriptionSummaryBaseTypeImpl. setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)Sets array of all "WGS84BoundingBox" element
-