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 CoverageFunctionTypeGml311Factory. createCoverageFunctionType()Returns a new object of class 'Coverage Function Type'.CoverageFunctionTypeAbstractContinuousCoverageType. getCoverageFunction()Returns the value of the 'Coverage Function' containment reference.CoverageFunctionTypeAbstractDiscreteCoverageType. getCoverageFunction()Returns the value of the 'Coverage Function' containment reference.CoverageFunctionTypeDocumentRoot. 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 voidAbstractContinuousCoverageType. setCoverageFunction(CoverageFunctionType value)Sets the value of the 'Coverage Function' containment reference.voidAbstractDiscreteCoverageType. setCoverageFunction(CoverageFunctionType value)Sets the value of the 'Coverage Function' containment reference.voidDocumentRoot. 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 classCoverageFunctionTypeImplAn implementation of the model object 'Coverage Function Type'.Fields in net.opengis.gml311.impl declared as CoverageFunctionType Modifier and Type Field Description protected CoverageFunctionTypeAbstractContinuousCoverageTypeImpl. coverageFunctionThe cached value of the 'Coverage Function' containment reference.protected CoverageFunctionTypeAbstractDiscreteCoverageTypeImpl. coverageFunctionThe cached value of the 'Coverage Function' containment reference.Methods in net.opengis.gml311.impl that return CoverageFunctionType Modifier and Type Method Description CoverageFunctionTypeGml311FactoryImpl. createCoverageFunctionType()CoverageFunctionTypeAbstractContinuousCoverageTypeImpl. getCoverageFunction()CoverageFunctionTypeAbstractDiscreteCoverageTypeImpl. getCoverageFunction()CoverageFunctionTypeDocumentRootImpl. getCoverageFunction()Methods in net.opengis.gml311.impl with parameters of type CoverageFunctionType Modifier and Type Method Description NotificationChainAbstractContinuousCoverageTypeImpl. basicSetCoverageFunction(CoverageFunctionType newCoverageFunction, NotificationChain msgs)NotificationChainAbstractDiscreteCoverageTypeImpl. basicSetCoverageFunction(CoverageFunctionType newCoverageFunction, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoverageFunction(CoverageFunctionType newCoverageFunction, NotificationChain msgs)voidAbstractContinuousCoverageTypeImpl. setCoverageFunction(CoverageFunctionType newCoverageFunction)voidAbstractDiscreteCoverageTypeImpl. setCoverageFunction(CoverageFunctionType newCoverageFunction)voidDocumentRootImpl. 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 TGml311Switch. caseCoverageFunctionType(CoverageFunctionType object)Returns the result of interpreting the object as an instance of 'Coverage Function Type'.booleanGml311Validator. validateCoverageFunctionType(CoverageFunctionType coverageFunctionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-