Uses of Interface
net.opengis.swe.x20.BlockPropertyType
-
Packages that use BlockPropertyType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of BlockPropertyType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return BlockPropertyType Modifier and Type Method Description static BlockPropertyTypeBlockPropertyType.Factory. newInstance()static BlockPropertyTypeBlockPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(File file)static BlockPropertyTypeBlockPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(InputStream is)static BlockPropertyTypeBlockPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(Reader r)static BlockPropertyTypeBlockPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(String xmlAsString)static BlockPropertyTypeBlockPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(URL u)static BlockPropertyTypeBlockPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(XMLStreamReader sr)static BlockPropertyTypeBlockPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BlockPropertyTypeBlockPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BlockPropertyTypeBlockPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BlockPropertyTypeBlockPropertyType.Factory. parse(Node node)static BlockPropertyTypeBlockPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of BlockPropertyType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement BlockPropertyType Modifier and Type Class Description classBlockPropertyTypeImplAn XML BlockPropertyType(@http://www.opengis.net/swe/2.0).
-