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 RectifiedGridCoverageType
Gml311Factory. createRectifiedGridCoverageType()
Returns a new object of class 'Rectified Grid Coverage Type'.RectifiedGridCoverageType
DocumentRoot. 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 void
DocumentRoot. 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 class
RectifiedGridCoverageTypeImpl
An implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return RectifiedGridCoverageType Modifier and Type Method Description RectifiedGridCoverageType
Gml311FactoryImpl. createRectifiedGridCoverageType()
RectifiedGridCoverageType
DocumentRootImpl. getRectifiedGridCoverage()
Methods in net.opengis.gml311.impl with parameters of type RectifiedGridCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRectifiedGridCoverage(RectifiedGridCoverageType newRectifiedGridCoverage, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseRectifiedGridCoverageType(RectifiedGridCoverageType object)
Returns the result of interpreting the object as an instance of 'Rectified Grid Coverage Type'.boolean
Gml311Validator. validateRectifiedGridCoverageType(RectifiedGridCoverageType rectifiedGridCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-