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 AbstractContinuousCoverageTypeDocumentRoot. 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 classAbstractContinuousCoverageTypeImplAn implementation of the model object 'Abstract Continuous Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractContinuousCoverageType Modifier and Type Method Description AbstractContinuousCoverageTypeDocumentRootImpl. getContinuousCoverage()Methods in net.opengis.gml311.impl with parameters of type AbstractContinuousCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractContinuousCoverageType(AbstractContinuousCoverageType object)Returns the result of interpreting the object as an instance of 'Abstract Continuous Coverage Type'.booleanGml311Validator. validateAbstractContinuousCoverageType(AbstractContinuousCoverageType abstractContinuousCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-