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 interface
IndexMapType
A representation of the model object 'Index Map Type'.Methods in net.opengis.gml311 that return GridFunctionType Modifier and Type Method Description GridFunctionType
Gml311Factory. createGridFunctionType()
Returns a new object of class 'Grid Function Type'.GridFunctionType
CoverageFunctionType. getGridFunction()
Returns the value of the 'Grid Function' containment reference.GridFunctionType
DocumentRoot. 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 void
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 GridFunctionType Modifier and Type Class Description class
GridFunctionTypeImpl
An implementation of the model object 'Grid Function Type'.class
IndexMapTypeImpl
An implementation of the model object 'Index Map Type'.Methods in net.opengis.gml311.impl that return GridFunctionType Modifier and Type Method Description GridFunctionType
Gml311FactoryImpl. createGridFunctionType()
GridFunctionType
CoverageFunctionTypeImpl. getGridFunction()
GridFunctionType
DocumentRootImpl. getGridFunction()
Methods in net.opengis.gml311.impl with parameters of type GridFunctionType Modifier and Type Method Description NotificationChain
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 GridFunctionType Modifier and Type Method Description T
Gml311Switch. 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)
-