Uses of Interface
net.opengis.gml311.CoverageFunctionType
Packages that use CoverageFunctionType
-
Uses of CoverageFunctionType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoverageFunctionTypeModifier and TypeMethodDescriptionGml311Factory.createCoverageFunctionType()
Returns a new object of class 'Coverage Function Type'.AbstractContinuousCoverageType.getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.AbstractDiscreteCoverageType.getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.DocumentRoot.getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.Methods in net.opengis.gml311 with parameters of type CoverageFunctionTypeModifier and TypeMethodDescriptionvoid
AbstractContinuousCoverageType.setCoverageFunction
(CoverageFunctionType value) Sets the value of the 'Coverage Function
' containment reference.void
AbstractDiscreteCoverageType.setCoverageFunction
(CoverageFunctionType value) Sets the value of the 'Coverage Function
' containment reference.void
DocumentRoot.setCoverageFunction
(CoverageFunctionType value) Sets the value of the 'Coverage Function
' containment reference. -
Uses of CoverageFunctionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoverageFunctionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Coverage Function Type'.Fields in net.opengis.gml311.impl declared as CoverageFunctionTypeModifier and TypeFieldDescriptionprotected CoverageFunctionType
AbstractContinuousCoverageTypeImpl.coverageFunction
The cached value of the 'Coverage Function
' containment reference.protected CoverageFunctionType
AbstractDiscreteCoverageTypeImpl.coverageFunction
The cached value of the 'Coverage Function
' containment reference.Methods in net.opengis.gml311.impl that return CoverageFunctionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCoverageFunctionType()
AbstractContinuousCoverageTypeImpl.getCoverageFunction()
AbstractDiscreteCoverageTypeImpl.getCoverageFunction()
DocumentRootImpl.getCoverageFunction()
Methods in net.opengis.gml311.impl with parameters of type CoverageFunctionTypeModifier and TypeMethodDescriptionNotificationChain
AbstractContinuousCoverageTypeImpl.basicSetCoverageFunction
(CoverageFunctionType newCoverageFunction, NotificationChain msgs) NotificationChain
AbstractDiscreteCoverageTypeImpl.basicSetCoverageFunction
(CoverageFunctionType newCoverageFunction, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCoverageFunction
(CoverageFunctionType newCoverageFunction, NotificationChain msgs) void
AbstractContinuousCoverageTypeImpl.setCoverageFunction
(CoverageFunctionType newCoverageFunction) void
AbstractDiscreteCoverageTypeImpl.setCoverageFunction
(CoverageFunctionType newCoverageFunction) void
DocumentRootImpl.setCoverageFunction
(CoverageFunctionType newCoverageFunction) -
Uses of CoverageFunctionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoverageFunctionTypeModifier and TypeMethodDescriptionGml311Switch.caseCoverageFunctionType
(CoverageFunctionType object) Returns the result of interpreting the object as an instance of 'Coverage Function Type'.boolean
Gml311Validator.validateCoverageFunctionType
(CoverageFunctionType coverageFunctionType, DiagnosticChain diagnostics, Map<Object, Object> context)