Uses of Interface
net.opengis.swe.x20.VectorType
-
Packages that use VectorType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of VectorType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return VectorType Modifier and Type Method Description VectorTypeVectorDocument. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorPropertyByValueType. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorPropertyType. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorDocument. getVector()Gets the "Vector" elementVectorTypeVectorPropertyByValueType. getVector()Gets the "Vector" elementVectorTypeVectorPropertyType. getVector()Gets the "Vector" elementstatic VectorTypeVectorType.Factory. newInstance()static VectorTypeVectorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(File file)static VectorTypeVectorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(InputStream is)static VectorTypeVectorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(Reader r)static VectorTypeVectorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(String xmlAsString)static VectorTypeVectorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(URL u)static VectorTypeVectorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(XMLStreamReader sr)static VectorTypeVectorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VectorTypeVectorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VectorTypeVectorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VectorTypeVectorType.Factory. parse(Node node)static VectorTypeVectorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type VectorType Modifier and Type Method Description voidVectorDocument. setVector(VectorType vector)Sets the "Vector" elementvoidVectorPropertyByValueType. setVector(VectorType vector)Sets the "Vector" elementvoidVectorPropertyType. setVector(VectorType vector)Sets the "Vector" element -
Uses of VectorType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement VectorType Modifier and Type Class Description classVectorTypeImplAn XML VectorType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return VectorType Modifier and Type Method Description VectorTypeVectorDocumentImpl. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorPropertyByValueTypeImpl. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorPropertyTypeImpl. addNewVector()Appends and returns a new empty "Vector" elementVectorTypeVectorDocumentImpl. getVector()Gets the "Vector" elementVectorTypeVectorPropertyByValueTypeImpl. getVector()Gets the "Vector" elementVectorTypeVectorPropertyTypeImpl. getVector()Gets the "Vector" elementMethods in net.opengis.swe.x20.impl with parameters of type VectorType Modifier and Type Method Description voidVectorDocumentImpl. setVector(VectorType vector)Sets the "Vector" elementvoidVectorPropertyByValueTypeImpl. setVector(VectorType vector)Sets the "Vector" elementvoidVectorPropertyTypeImpl. setVector(VectorType vector)Sets the "Vector" element
-