Uses of Interface
net.opengis.gml311.GridCoverageType
-
Packages that use GridCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridCoverageType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridCoverageType Modifier and Type Method Description GridCoverageType
Gml311Factory. createGridCoverageType()
Returns a new object of class 'Grid Coverage Type'.GridCoverageType
DocumentRoot. getGridCoverage()
Returns the value of the 'Grid Coverage' containment reference.Methods in net.opengis.gml311 with parameters of type GridCoverageType Modifier and Type Method Description void
DocumentRoot. setGridCoverage(GridCoverageType value)
Sets the value of the 'Grid Coverage
' containment reference. -
Uses of GridCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridCoverageType Modifier and Type Class Description class
GridCoverageTypeImpl
An implementation of the model object 'Grid Coverage Type'.Methods in net.opengis.gml311.impl that return GridCoverageType Modifier and Type Method Description GridCoverageType
Gml311FactoryImpl. createGridCoverageType()
GridCoverageType
DocumentRootImpl. getGridCoverage()
Methods in net.opengis.gml311.impl with parameters of type GridCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGridCoverage(GridCoverageType newGridCoverage, NotificationChain msgs)
void
DocumentRootImpl. setGridCoverage(GridCoverageType newGridCoverage)
-
Uses of GridCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridCoverageType Modifier and Type Method Description T
Gml311Switch. caseGridCoverageType(GridCoverageType object)
Returns the result of interpreting the object as an instance of 'Grid Coverage Type'.boolean
Gml311Validator. validateGridCoverageType(GridCoverageType gridCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-