Uses of Interface
net.opengis.gml311.AbstractContinuousCoverageType
-
Packages that use AbstractContinuousCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractContinuousCoverageType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractContinuousCoverageType Modifier and Type Method Description AbstractContinuousCoverageType
DocumentRoot. getContinuousCoverage()
Returns the value of the 'Continuous Coverage' containment reference. -
Uses of AbstractContinuousCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractContinuousCoverageType Modifier and Type Class Description class
AbstractContinuousCoverageTypeImpl
An implementation of the model object 'Abstract Continuous Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractContinuousCoverageType Modifier and Type Method Description AbstractContinuousCoverageType
DocumentRootImpl. getContinuousCoverage()
Methods in net.opengis.gml311.impl with parameters of type AbstractContinuousCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetContinuousCoverage(AbstractContinuousCoverageType newContinuousCoverage, NotificationChain msgs)
-
Uses of AbstractContinuousCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractContinuousCoverageType Modifier and Type Method Description T
Gml311Switch. caseAbstractContinuousCoverageType(AbstractContinuousCoverageType object)
Returns the result of interpreting the object as an instance of 'Abstract Continuous Coverage Type'.boolean
Gml311Validator. validateAbstractContinuousCoverageType(AbstractContinuousCoverageType abstractContinuousCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-