Uses of Interface
net.opengis.gml311.GridType
Packages that use GridType
-
Uses of GridType in net.opengis.gml311
Subinterfaces of GridType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml311 that return GridTypeModifier and TypeMethodDescriptionGml311Factory.createGridType()
Returns a new object of class 'Grid Type'.DocumentRoot.getGrid()
Returns the value of the 'Grid' containment reference.GridDomainType.getGrid()
Returns the value of the 'Grid' containment reference.Methods in net.opengis.gml311 with parameters of type GridType -
Uses of GridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Grid Type'.class
An implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as GridTypeModifier and TypeFieldDescriptionprotected GridType
GridDomainTypeImpl.grid
The cached value of the 'Grid
' containment reference.Methods in net.opengis.gml311.impl that return GridTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGridType()
DocumentRootImpl.getGrid()
GridDomainTypeImpl.getGrid()
Methods in net.opengis.gml311.impl with parameters of type GridTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGrid
(GridType newGrid, NotificationChain msgs) NotificationChain
GridDomainTypeImpl.basicSetGrid
(GridType newGrid, NotificationChain msgs) void
void
-
Uses of GridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridTypeModifier and TypeMethodDescriptionGml311Switch.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)