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 interface
AbstractContinuousCoverageType
A representation of the model object 'Abstract Continuous Coverage Type'.interface
AbstractDiscreteCoverageType
A representation of the model object 'Abstract Discrete Coverage Type'.interface
GridCoverageType
A representation of the model object 'Grid Coverage Type'.interface
MultiCurveCoverageType
A representation of the model object 'Multi Curve Coverage Type'.interface
MultiPointCoverageType
A representation of the model object 'Multi Point Coverage Type'.interface
MultiSolidCoverageType
A representation of the model object 'Multi Solid Coverage Type'.interface
MultiSurfaceCoverageType
A representation of the model object 'Multi Surface Coverage Type'.interface
RectifiedGridCoverageType
A representation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311 that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageType
DocumentRoot. 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 class
AbstractContinuousCoverageTypeImpl
An implementation of the model object 'Abstract Continuous Coverage Type'.class
AbstractCoverageTypeImpl
An implementation of the model object 'Abstract Coverage Type'.class
AbstractDiscreteCoverageTypeImpl
An implementation of the model object 'Abstract Discrete Coverage Type'.class
GridCoverageTypeImpl
An implementation of the model object 'Grid Coverage Type'.class
MultiCurveCoverageTypeImpl
An implementation of the model object 'Multi Curve Coverage Type'.class
MultiPointCoverageTypeImpl
An implementation of the model object 'Multi Point Coverage Type'.class
MultiSolidCoverageTypeImpl
An implementation of the model object 'Multi Solid Coverage Type'.class
MultiSurfaceCoverageTypeImpl
An implementation of the model object 'Multi Surface Coverage Type'.class
RectifiedGridCoverageTypeImpl
An implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractCoverageType Modifier and Type Method Description AbstractCoverageType
DocumentRootImpl. getCoverage()
Methods in net.opengis.gml311.impl with parameters of type AbstractCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractCoverageType(AbstractCoverageType object)
Returns the result of interpreting the object as an instance of 'Abstract Coverage Type'.boolean
Gml311Validator. validateAbstractCoverageType(AbstractCoverageType abstractCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-