Uses of Interface
net.opengis.gml311.RectifiedGridCoverageType
-
Packages that use RectifiedGridCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RectifiedGridCoverageType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectifiedGridCoverageType Modifier and Type Method Description RectifiedGridCoverageTypeGml311Factory. createRectifiedGridCoverageType()Returns a new object of class 'Rectified Grid Coverage Type'.RectifiedGridCoverageTypeDocumentRoot. getRectifiedGridCoverage()Returns the value of the 'Rectified Grid Coverage' containment reference.Methods in net.opengis.gml311 with parameters of type RectifiedGridCoverageType Modifier and Type Method Description voidDocumentRoot. setRectifiedGridCoverage(RectifiedGridCoverageType value)Sets the value of the 'Rectified Grid Coverage' containment reference. -
Uses of RectifiedGridCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectifiedGridCoverageType Modifier and Type Class Description classRectifiedGridCoverageTypeImplAn implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return RectifiedGridCoverageType Modifier and Type Method Description RectifiedGridCoverageTypeGml311FactoryImpl. createRectifiedGridCoverageType()RectifiedGridCoverageTypeDocumentRootImpl. getRectifiedGridCoverage()Methods in net.opengis.gml311.impl with parameters of type RectifiedGridCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRectifiedGridCoverage(RectifiedGridCoverageType newRectifiedGridCoverage, NotificationChain msgs)voidDocumentRootImpl. setRectifiedGridCoverage(RectifiedGridCoverageType newRectifiedGridCoverage) -
Uses of RectifiedGridCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectifiedGridCoverageType Modifier and Type Method Description TGml311Switch. caseRectifiedGridCoverageType(RectifiedGridCoverageType object)Returns the result of interpreting the object as an instance of 'Rectified Grid Coverage Type'.booleanGml311Validator. validateRectifiedGridCoverageType(RectifiedGridCoverageType rectifiedGridCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-