Uses of Interface
net.opengis.gml311.GridFunctionType
Packages that use GridFunctionType
-
Uses of GridFunctionType in net.opengis.gml311
Subinterfaces of GridFunctionType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Index Map Type'.Methods in net.opengis.gml311 that return GridFunctionTypeModifier and TypeMethodDescriptionGml311Factory.createGridFunctionType()
Returns a new object of class 'Grid Function Type'.CoverageFunctionType.getGridFunction()
Returns the value of the 'Grid Function' containment reference.DocumentRoot.getGridFunction()
Returns the value of the 'Grid Function' containment reference.Methods in net.opengis.gml311 with parameters of type GridFunctionTypeModifier and TypeMethodDescriptionvoid
CoverageFunctionType.setGridFunction
(GridFunctionType value) Sets the value of the 'Grid Function
' containment reference.void
DocumentRoot.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 GridFunctionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Grid Function Type'.class
An implementation of the model object 'Index Map Type'.Methods in net.opengis.gml311.impl that return GridFunctionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGridFunctionType()
CoverageFunctionTypeImpl.getGridFunction()
DocumentRootImpl.getGridFunction()
Methods in net.opengis.gml311.impl with parameters of type GridFunctionTypeModifier and TypeMethodDescriptionNotificationChain
CoverageFunctionTypeImpl.basicSetGridFunction
(GridFunctionType newGridFunction, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetGridFunction
(GridFunctionType newGridFunction, NotificationChain msgs) void
CoverageFunctionTypeImpl.setGridFunction
(GridFunctionType newGridFunction) void
DocumentRootImpl.setGridFunction
(GridFunctionType newGridFunction) -
Uses of GridFunctionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridFunctionTypeModifier and TypeMethodDescriptionGml311Switch.caseGridFunctionType
(GridFunctionType object) Returns the result of interpreting the object as an instance of 'Grid Function Type'.boolean
Gml311Validator.validateGridFunctionType
(GridFunctionType gridFunctionType, DiagnosticChain diagnostics, Map<Object, Object> context)