Uses of Interface
net.opengis.swe.x20.MatrixType
-
Packages that use MatrixType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of MatrixType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return MatrixType Modifier and Type Method Description MatrixTypeMatrixDocument. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixPropertyByValueType. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixPropertyType. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixDocument. getMatrix()Gets the "Matrix" elementMatrixTypeMatrixPropertyByValueType. getMatrix()Gets the "Matrix" elementMatrixTypeMatrixPropertyType. getMatrix()Gets the "Matrix" elementstatic MatrixTypeMatrixType.Factory. newInstance()static MatrixTypeMatrixType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(File file)static MatrixTypeMatrixType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(InputStream is)static MatrixTypeMatrixType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(Reader r)static MatrixTypeMatrixType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(String xmlAsString)static MatrixTypeMatrixType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(URL u)static MatrixTypeMatrixType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(XMLStreamReader sr)static MatrixTypeMatrixType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MatrixTypeMatrixType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MatrixTypeMatrixType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MatrixTypeMatrixType.Factory. parse(Node node)static MatrixTypeMatrixType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type MatrixType Modifier and Type Method Description voidMatrixDocument. setMatrix(MatrixType matrix)Sets the "Matrix" elementvoidMatrixPropertyByValueType. setMatrix(MatrixType matrix)Sets the "Matrix" elementvoidMatrixPropertyType. setMatrix(MatrixType matrix)Sets the "Matrix" element -
Uses of MatrixType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement MatrixType Modifier and Type Class Description classMatrixTypeImplAn XML MatrixType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return MatrixType Modifier and Type Method Description MatrixTypeMatrixDocumentImpl. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixPropertyByValueTypeImpl. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixPropertyTypeImpl. addNewMatrix()Appends and returns a new empty "Matrix" elementMatrixTypeMatrixDocumentImpl. getMatrix()Gets the "Matrix" elementMatrixTypeMatrixPropertyByValueTypeImpl. getMatrix()Gets the "Matrix" elementMatrixTypeMatrixPropertyTypeImpl. getMatrix()Gets the "Matrix" elementMethods in net.opengis.swe.x20.impl with parameters of type MatrixType Modifier and Type Method Description voidMatrixDocumentImpl. setMatrix(MatrixType matrix)Sets the "Matrix" elementvoidMatrixPropertyByValueTypeImpl. setMatrix(MatrixType matrix)Sets the "Matrix" elementvoidMatrixPropertyTypeImpl. setMatrix(MatrixType matrix)Sets the "Matrix" element
-