Uses of Interface
net.opengis.ogc.UpperBoundaryType
-
Packages that use UpperBoundaryType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of UpperBoundaryType in net.opengis.ogc
Methods in net.opengis.ogc that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryTypePropertyIsBetweenType. addNewUpperBoundary()Appends and returns a new empty "UpperBoundary" elementUpperBoundaryTypePropertyIsBetweenType. getUpperBoundary()Gets the "UpperBoundary" elementstatic UpperBoundaryTypeUpperBoundaryType.Factory. newInstance()static UpperBoundaryTypeUpperBoundaryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(File file)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(InputStream is)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(Reader r)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(String xmlAsString)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(URL u)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(XMLStreamReader sr)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UpperBoundaryTypeUpperBoundaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UpperBoundaryTypeUpperBoundaryType.Factory. parse(Node node)static UpperBoundaryTypeUpperBoundaryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type UpperBoundaryType Modifier and Type Method Description voidPropertyIsBetweenType. setUpperBoundary(UpperBoundaryType upperBoundary)Sets the "UpperBoundary" element -
Uses of UpperBoundaryType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement UpperBoundaryType Modifier and Type Class Description classUpperBoundaryTypeImplAn XML UpperBoundaryType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return UpperBoundaryType Modifier and Type Method Description UpperBoundaryTypePropertyIsBetweenTypeImpl. addNewUpperBoundary()Appends and returns a new empty "UpperBoundary" elementUpperBoundaryTypePropertyIsBetweenTypeImpl. getUpperBoundary()Gets the "UpperBoundary" elementMethods in net.opengis.ogc.impl with parameters of type UpperBoundaryType Modifier and Type Method Description voidPropertyIsBetweenTypeImpl. setUpperBoundary(UpperBoundaryType upperBoundary)Sets the "UpperBoundary" element
-