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 GridCoverageTypeGml311Factory. createGridCoverageType()Returns a new object of class 'Grid Coverage Type'.GridCoverageTypeDocumentRoot. 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 voidDocumentRoot. 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 classGridCoverageTypeImplAn implementation of the model object 'Grid Coverage Type'.Methods in net.opengis.gml311.impl that return GridCoverageType Modifier and Type Method Description GridCoverageTypeGml311FactoryImpl. createGridCoverageType()GridCoverageTypeDocumentRootImpl. getGridCoverage()Methods in net.opengis.gml311.impl with parameters of type GridCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGridCoverage(GridCoverageType newGridCoverage, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseGridCoverageType(GridCoverageType object)Returns the result of interpreting the object as an instance of 'Grid Coverage Type'.booleanGml311Validator. validateGridCoverageType(GridCoverageType gridCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-