Uses of Interface
net.opengis.swe.x101.SquareMatrixType
-
Packages that use SquareMatrixType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of SquareMatrixType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return SquareMatrixType Modifier and Type Method Description SquareMatrixTypeSquareMatrixDocument. addNewSquareMatrix()Appends and returns a new empty "SquareMatrix" elementSquareMatrixTypeVectorOrSquareMatrixPropertyType. addNewSquareMatrix()Appends and returns a new empty "SquareMatrix" elementSquareMatrixTypeSquareMatrixDocument. getSquareMatrix()Gets the "SquareMatrix" elementSquareMatrixTypeVectorOrSquareMatrixPropertyType. getSquareMatrix()Gets the "SquareMatrix" elementstatic SquareMatrixTypeSquareMatrixType.Factory. newInstance()static SquareMatrixTypeSquareMatrixType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(File file)static SquareMatrixTypeSquareMatrixType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(InputStream is)static SquareMatrixTypeSquareMatrixType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(Reader r)static SquareMatrixTypeSquareMatrixType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(String xmlAsString)static SquareMatrixTypeSquareMatrixType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(URL u)static SquareMatrixTypeSquareMatrixType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(XMLStreamReader sr)static SquareMatrixTypeSquareMatrixType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SquareMatrixTypeSquareMatrixType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SquareMatrixTypeSquareMatrixType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SquareMatrixTypeSquareMatrixType.Factory. parse(Node node)static SquareMatrixTypeSquareMatrixType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type SquareMatrixType Modifier and Type Method Description voidSquareMatrixDocument. setSquareMatrix(SquareMatrixType squareMatrix)Sets the "SquareMatrix" elementvoidVectorOrSquareMatrixPropertyType. setSquareMatrix(SquareMatrixType squareMatrix)Sets the "SquareMatrix" element -
Uses of SquareMatrixType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement SquareMatrixType Modifier and Type Class Description classSquareMatrixTypeImplAn XML SquareMatrixType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return SquareMatrixType Modifier and Type Method Description SquareMatrixTypeSquareMatrixDocumentImpl. addNewSquareMatrix()Appends and returns a new empty "SquareMatrix" elementSquareMatrixTypeVectorOrSquareMatrixPropertyTypeImpl. addNewSquareMatrix()Appends and returns a new empty "SquareMatrix" elementSquareMatrixTypeSquareMatrixDocumentImpl. getSquareMatrix()Gets the "SquareMatrix" elementSquareMatrixTypeVectorOrSquareMatrixPropertyTypeImpl. getSquareMatrix()Gets the "SquareMatrix" elementMethods in net.opengis.swe.x101.impl with parameters of type SquareMatrixType Modifier and Type Method Description voidSquareMatrixDocumentImpl. setSquareMatrix(SquareMatrixType squareMatrix)Sets the "SquareMatrix" elementvoidVectorOrSquareMatrixPropertyTypeImpl. setSquareMatrix(SquareMatrixType squareMatrix)Sets the "SquareMatrix" element
-