Uses of Interface
net.opengis.gml311.AbstractCoverageType
-
Packages that use AbstractCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractCoverageType in net.opengis.gml311
Subinterfaces of AbstractCoverageType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractContinuousCoverageTypeA representation of the model object 'Abstract Continuous Coverage Type'.interfaceAbstractDiscreteCoverageTypeA representation of the model object 'Abstract Discrete Coverage Type'.interfaceGridCoverageTypeA representation of the model object 'Grid Coverage Type'.interfaceMultiCurveCoverageTypeA representation of the model object 'Multi Curve Coverage Type'.interfaceMultiPointCoverageTypeA representation of the model object 'Multi Point Coverage Type'.interfaceMultiSolidCoverageTypeA representation of the model object 'Multi Solid Coverage Type'.interfaceMultiSurfaceCoverageTypeA representation of the model object 'Multi Surface Coverage Type'.interfaceRectifiedGridCoverageTypeA representation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311 that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageTypeDocumentRoot. getCoverage()Returns the value of the 'Coverage' containment reference. -
Uses of AbstractCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractCoverageType Modifier and Type Class Description classAbstractContinuousCoverageTypeImplAn implementation of the model object 'Abstract Continuous Coverage Type'.classAbstractCoverageTypeImplAn implementation of the model object 'Abstract Coverage Type'.classAbstractDiscreteCoverageTypeImplAn implementation of the model object 'Abstract Discrete Coverage Type'.classGridCoverageTypeImplAn implementation of the model object 'Grid Coverage Type'.classMultiCurveCoverageTypeImplAn implementation of the model object 'Multi Curve Coverage Type'.classMultiPointCoverageTypeImplAn implementation of the model object 'Multi Point Coverage Type'.classMultiSolidCoverageTypeImplAn implementation of the model object 'Multi Solid Coverage Type'.classMultiSurfaceCoverageTypeImplAn implementation of the model object 'Multi Surface Coverage Type'.classRectifiedGridCoverageTypeImplAn implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageTypeDocumentRootImpl. getCoverage()Methods in net.opengis.gml311.impl with parameters of type AbstractCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverage(AbstractCoverageType newCoverage, NotificationChain msgs) -
Uses of AbstractCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractCoverageType Modifier and Type Method Description TGml311Switch. caseAbstractCoverageType(AbstractCoverageType object)Returns the result of interpreting the object as an instance of 'Abstract Coverage Type'.booleanGml311Validator. validateAbstractCoverageType(AbstractCoverageType abstractCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-