Uses of Interface
net.opengis.gml311.CovarianceMatrixType
-
Packages that use CovarianceMatrixType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CovarianceMatrixType in net.opengis.gml311
Methods in net.opengis.gml311 that return CovarianceMatrixType Modifier and Type Method Description CovarianceMatrixType
Gml311Factory. createCovarianceMatrixType()
Returns a new object of class 'Covariance Matrix Type'.CovarianceMatrixType
DocumentRoot. getCovarianceMatrix()
Returns the value of the 'Covariance Matrix' containment reference.Methods in net.opengis.gml311 with parameters of type CovarianceMatrixType Modifier and Type Method Description void
DocumentRoot. setCovarianceMatrix(CovarianceMatrixType value)
Sets the value of the 'Covariance Matrix
' containment reference. -
Uses of CovarianceMatrixType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CovarianceMatrixType Modifier and Type Class Description class
CovarianceMatrixTypeImpl
An implementation of the model object 'Covariance Matrix Type'.Methods in net.opengis.gml311.impl that return CovarianceMatrixType Modifier and Type Method Description CovarianceMatrixType
Gml311FactoryImpl. createCovarianceMatrixType()
CovarianceMatrixType
DocumentRootImpl. getCovarianceMatrix()
Methods in net.opengis.gml311.impl with parameters of type CovarianceMatrixType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCovarianceMatrix(CovarianceMatrixType newCovarianceMatrix, NotificationChain msgs)
void
DocumentRootImpl. setCovarianceMatrix(CovarianceMatrixType newCovarianceMatrix)
-
Uses of CovarianceMatrixType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CovarianceMatrixType Modifier and Type Method Description T
Gml311Switch. caseCovarianceMatrixType(CovarianceMatrixType object)
Returns the result of interpreting the object as an instance of 'Covariance Matrix Type'.boolean
Gml311Validator. validateCovarianceMatrixType(CovarianceMatrixType covarianceMatrixType, DiagnosticChain diagnostics, Map<Object,Object> context)
-