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 CovarianceMatrixTypeGml311Factory. createCovarianceMatrixType()Returns a new object of class 'Covariance Matrix Type'.CovarianceMatrixTypeDocumentRoot. 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 voidDocumentRoot. 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 classCovarianceMatrixTypeImplAn implementation of the model object 'Covariance Matrix Type'.Methods in net.opengis.gml311.impl that return CovarianceMatrixType Modifier and Type Method Description CovarianceMatrixTypeGml311FactoryImpl. createCovarianceMatrixType()CovarianceMatrixTypeDocumentRootImpl. getCovarianceMatrix()Methods in net.opengis.gml311.impl with parameters of type CovarianceMatrixType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCovarianceMatrix(CovarianceMatrixType newCovarianceMatrix, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseCovarianceMatrixType(CovarianceMatrixType object)Returns the result of interpreting the object as an instance of 'Covariance Matrix Type'.booleanGml311Validator. validateCovarianceMatrixType(CovarianceMatrixType covarianceMatrixType, DiagnosticChain diagnostics, Map<Object,Object> context)
-