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 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 AbstractDiscreteCoverageType Modifier and Type Method Description AbstractDiscreteCoverageType
DocumentRoot. 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 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 AbstractDiscreteCoverageType Modifier and Type Method Description AbstractDiscreteCoverageType
DocumentRootImpl. getDiscreteCoverage()
Methods in net.opengis.gml311.impl with parameters of type AbstractDiscreteCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractDiscreteCoverageType(AbstractDiscreteCoverageType object)
Returns the result of interpreting the object as an instance of 'Abstract Discrete Coverage Type'.boolean
Gml311Validator. validateAbstractDiscreteCoverageType(AbstractDiscreteCoverageType abstractDiscreteCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-