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