Uses of Interface
net.opengis.ogc.LowerBoundaryType
-
Packages that use LowerBoundaryType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of LowerBoundaryType in net.opengis.ogc
Methods in net.opengis.ogc that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryTypePropertyIsBetweenType. addNewLowerBoundary()Appends and returns a new empty "LowerBoundary" elementLowerBoundaryTypePropertyIsBetweenType. getLowerBoundary()Gets the "LowerBoundary" elementstatic LowerBoundaryTypeLowerBoundaryType.Factory. newInstance()static LowerBoundaryTypeLowerBoundaryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(File file)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(InputStream is)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(Reader r)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(String xmlAsString)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(URL u)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(XMLStreamReader sr)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LowerBoundaryTypeLowerBoundaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LowerBoundaryTypeLowerBoundaryType.Factory. parse(Node node)static LowerBoundaryTypeLowerBoundaryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type LowerBoundaryType Modifier and Type Method Description voidPropertyIsBetweenType. setLowerBoundary(LowerBoundaryType lowerBoundary)Sets the "LowerBoundary" element -
Uses of LowerBoundaryType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement LowerBoundaryType Modifier and Type Class Description classLowerBoundaryTypeImplAn XML LowerBoundaryType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryTypePropertyIsBetweenTypeImpl. addNewLowerBoundary()Appends and returns a new empty "LowerBoundary" elementLowerBoundaryTypePropertyIsBetweenTypeImpl. getLowerBoundary()Gets the "LowerBoundary" elementMethods in net.opengis.ogc.impl with parameters of type LowerBoundaryType Modifier and Type Method Description voidPropertyIsBetweenTypeImpl. setLowerBoundary(LowerBoundaryType lowerBoundary)Sets the "LowerBoundary" element
-