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