Uses of Interface
net.opengis.gml311.AbstractDiscreteCoverageType
-
Packages that use AbstractDiscreteCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractDiscreteCoverageType in net.opengis.gml311
Subinterfaces of AbstractDiscreteCoverageType in net.opengis.gml311 Modifier and Type Interface Description 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 AbstractDiscreteCoverageType Modifier and Type Method Description AbstractDiscreteCoverageTypeDocumentRoot. getDiscreteCoverage()Returns the value of the 'Discrete Coverage' containment reference. -
Uses of AbstractDiscreteCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractDiscreteCoverageType Modifier and Type Class Description 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 AbstractDiscreteCoverageType Modifier and Type Method Description AbstractDiscreteCoverageTypeDocumentRootImpl. getDiscreteCoverage()Methods in net.opengis.gml311.impl with parameters of type AbstractDiscreteCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDiscreteCoverage(AbstractDiscreteCoverageType newDiscreteCoverage, NotificationChain msgs) -
Uses of AbstractDiscreteCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractDiscreteCoverageType Modifier and Type Method Description TGml311Switch. caseAbstractDiscreteCoverageType(AbstractDiscreteCoverageType object)Returns the result of interpreting the object as an instance of 'Abstract Discrete Coverage Type'.booleanGml311Validator. validateAbstractDiscreteCoverageType(AbstractDiscreteCoverageType abstractDiscreteCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-