Uses of Interface
net.opengis.gml311.CovarianceElementType
-
Packages that use CovarianceElementType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CovarianceElementType in net.opengis.gml311
Methods in net.opengis.gml311 that return CovarianceElementType Modifier and Type Method Description CovarianceElementTypeGml311Factory. createCovarianceElementType()Returns a new object of class 'Covariance Element Type'.CovarianceElementTypeDocumentRoot. getIncludesElement()Returns the value of the 'Includes Element' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CovarianceElementType Modifier and Type Method Description EList<CovarianceElementType>CovarianceMatrixType. getIncludesElement()Returns the value of the 'Includes Element' containment reference list.Methods in net.opengis.gml311 with parameters of type CovarianceElementType Modifier and Type Method Description voidDocumentRoot. setIncludesElement(CovarianceElementType value)Sets the value of the 'Includes Element' containment reference. -
Uses of CovarianceElementType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CovarianceElementType Modifier and Type Class Description classCovarianceElementTypeImplAn implementation of the model object 'Covariance Element Type'.Fields in net.opengis.gml311.impl with type parameters of type CovarianceElementType Modifier and Type Field Description protected EList<CovarianceElementType>CovarianceMatrixTypeImpl. includesElementThe cached value of the 'Includes Element' containment reference list.Methods in net.opengis.gml311.impl that return CovarianceElementType Modifier and Type Method Description CovarianceElementTypeGml311FactoryImpl. createCovarianceElementType()CovarianceElementTypeDocumentRootImpl. getIncludesElement()Methods in net.opengis.gml311.impl that return types with arguments of type CovarianceElementType Modifier and Type Method Description EList<CovarianceElementType>CovarianceMatrixTypeImpl. getIncludesElement()Methods in net.opengis.gml311.impl with parameters of type CovarianceElementType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetIncludesElement(CovarianceElementType newIncludesElement, NotificationChain msgs)voidDocumentRootImpl. setIncludesElement(CovarianceElementType newIncludesElement) -
Uses of CovarianceElementType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CovarianceElementType Modifier and Type Method Description TGml311Switch. caseCovarianceElementType(CovarianceElementType object)Returns the result of interpreting the object as an instance of 'Covariance Element Type'.booleanGml311Validator. validateCovarianceElementType(CovarianceElementType covarianceElementType, DiagnosticChain diagnostics, Map<Object,Object> context)
-