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 CovarianceElementType
Gml311Factory. createCovarianceElementType()
Returns a new object of class 'Covariance Element Type'.CovarianceElementType
DocumentRoot. 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 void
DocumentRoot. 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 class
CovarianceElementTypeImpl
An 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. includesElement
The cached value of the 'Includes Element
' containment reference list.Methods in net.opengis.gml311.impl that return CovarianceElementType Modifier and Type Method Description CovarianceElementType
Gml311FactoryImpl. createCovarianceElementType()
CovarianceElementType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetIncludesElement(CovarianceElementType newIncludesElement, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseCovarianceElementType(CovarianceElementType object)
Returns the result of interpreting the object as an instance of 'Covariance Element Type'.boolean
Gml311Validator. validateCovarianceElementType(CovarianceElementType covarianceElementType, DiagnosticChain diagnostics, Map<Object,Object> context)
-