Uses of Interface
net.opengis.gml311.GridType
-
Packages that use GridType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridType in net.opengis.gml311
Subinterfaces of GridType in net.opengis.gml311 Modifier and Type Interface Description interface
RectifiedGridType
A representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml311 that return GridType Modifier and Type Method Description GridType
Gml311Factory. createGridType()
Returns a new object of class 'Grid Type'.GridType
DocumentRoot. getGrid()
Returns the value of the 'Grid' containment reference.GridType
GridDomainType. getGrid()
Returns the value of the 'Grid' containment reference.Methods in net.opengis.gml311 with parameters of type GridType Modifier and Type Method Description void
DocumentRoot. setGrid(GridType value)
Sets the value of the 'Grid
' containment reference.void
GridDomainType. setGrid(GridType value)
Sets the value of the 'Grid
' containment reference. -
Uses of GridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridType Modifier and Type Class Description class
GridTypeImpl
An implementation of the model object 'Grid Type'.class
RectifiedGridTypeImpl
An implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as GridType Modifier and Type Field Description protected GridType
GridDomainTypeImpl. grid
The cached value of the 'Grid
' containment reference.Methods in net.opengis.gml311.impl that return GridType Modifier and Type Method Description GridType
Gml311FactoryImpl. createGridType()
GridType
DocumentRootImpl. getGrid()
GridType
GridDomainTypeImpl. getGrid()
Methods in net.opengis.gml311.impl with parameters of type GridType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)
NotificationChain
GridDomainTypeImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)
void
DocumentRootImpl. setGrid(GridType newGrid)
void
GridDomainTypeImpl. setGrid(GridType newGrid)
-
Uses of GridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridType Modifier and Type Method Description T
Gml311Switch. caseGridType(GridType object)
Returns the result of interpreting the object as an instance of 'Grid Type'.boolean
Gml311Validator. validateGridType(GridType gridType, DiagnosticChain diagnostics, Map<Object,Object> context)
-