Uses of Interface
net.opengis.gml311.GridFunctionType
-
Packages that use GridFunctionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridFunctionType in net.opengis.gml311
Subinterfaces of GridFunctionType in net.opengis.gml311 Modifier and Type Interface Description interfaceIndexMapTypeA representation of the model object 'Index Map Type'.Methods in net.opengis.gml311 that return GridFunctionType Modifier and Type Method Description GridFunctionTypeGml311Factory. createGridFunctionType()Returns a new object of class 'Grid Function Type'.GridFunctionTypeCoverageFunctionType. getGridFunction()Returns the value of the 'Grid Function' containment reference.GridFunctionTypeDocumentRoot. getGridFunction()Returns the value of the 'Grid Function' containment reference.Methods in net.opengis.gml311 with parameters of type GridFunctionType Modifier and Type Method Description voidCoverageFunctionType. setGridFunction(GridFunctionType value)Sets the value of the 'Grid Function' containment reference.voidDocumentRoot. setGridFunction(GridFunctionType value)Sets the value of the 'Grid Function' containment reference. -
Uses of GridFunctionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridFunctionType Modifier and Type Class Description classGridFunctionTypeImplAn implementation of the model object 'Grid Function Type'.classIndexMapTypeImplAn implementation of the model object 'Index Map Type'.Methods in net.opengis.gml311.impl that return GridFunctionType Modifier and Type Method Description GridFunctionTypeGml311FactoryImpl. createGridFunctionType()GridFunctionTypeCoverageFunctionTypeImpl. getGridFunction()GridFunctionTypeDocumentRootImpl. getGridFunction()Methods in net.opengis.gml311.impl with parameters of type GridFunctionType Modifier and Type Method Description NotificationChainCoverageFunctionTypeImpl. basicSetGridFunction(GridFunctionType newGridFunction, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGridFunction(GridFunctionType newGridFunction, NotificationChain msgs)voidCoverageFunctionTypeImpl. setGridFunction(GridFunctionType newGridFunction)voidDocumentRootImpl. setGridFunction(GridFunctionType newGridFunction) -
Uses of GridFunctionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridFunctionType Modifier and Type Method Description TGml311Switch. caseGridFunctionType(GridFunctionType object)Returns the result of interpreting the object as an instance of 'Grid Function Type'.booleanGml311Validator. validateGridFunctionType(GridFunctionType gridFunctionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-