Uses of Interface
net.opengis.gml311.CoverageFunctionType
-
Packages that use CoverageFunctionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoverageFunctionType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoverageFunctionType Modifier and Type Method Description CoverageFunctionType
Gml311Factory. createCoverageFunctionType()
Returns a new object of class 'Coverage Function Type'.CoverageFunctionType
AbstractContinuousCoverageType. getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.CoverageFunctionType
AbstractDiscreteCoverageType. getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.CoverageFunctionType
DocumentRoot. getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.Methods in net.opengis.gml311 with parameters of type CoverageFunctionType Modifier and Type Method Description void
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 CoverageFunctionType Modifier and Type Class Description class
CoverageFunctionTypeImpl
An implementation of the model object 'Coverage Function Type'.Fields in net.opengis.gml311.impl declared as CoverageFunctionType Modifier and Type Field Description protected 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 CoverageFunctionType Modifier and Type Method Description CoverageFunctionType
Gml311FactoryImpl. createCoverageFunctionType()
CoverageFunctionType
AbstractContinuousCoverageTypeImpl. getCoverageFunction()
CoverageFunctionType
AbstractDiscreteCoverageTypeImpl. getCoverageFunction()
CoverageFunctionType
DocumentRootImpl. getCoverageFunction()
Methods in net.opengis.gml311.impl with parameters of type CoverageFunctionType Modifier and Type Method Description NotificationChain
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 CoverageFunctionType Modifier and Type Method Description T
Gml311Switch. 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)
-