Uses of Interface
net.opengis.gml311.CovarianceMatrixType
Packages that use CovarianceMatrixType
-
Uses of CovarianceMatrixType in net.opengis.gml311
Methods in net.opengis.gml311 that return CovarianceMatrixTypeModifier and TypeMethodDescriptionGml311Factory.createCovarianceMatrixType()
Returns a new object of class 'Covariance Matrix Type'.DocumentRoot.getCovarianceMatrix()
Returns the value of the 'Covariance Matrix' containment reference.Methods in net.opengis.gml311 with parameters of type CovarianceMatrixTypeModifier and TypeMethodDescriptionvoid
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 CovarianceMatrixTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Covariance Matrix Type'.Methods in net.opengis.gml311.impl that return CovarianceMatrixTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCovarianceMatrixType()
DocumentRootImpl.getCovarianceMatrix()
Methods in net.opengis.gml311.impl with parameters of type CovarianceMatrixTypeModifier and TypeMethodDescriptionNotificationChain
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 CovarianceMatrixTypeModifier and TypeMethodDescriptionGml311Switch.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)