Uses of Interface
net.opengis.gml311.GridDomainType
Packages that use GridDomainType
-
Uses of GridDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridDomainTypeModifier and TypeMethodDescriptionGml311Factory.createGridDomainType()
Returns a new object of class 'Grid Domain Type'.DocumentRoot.getGridDomain()
Returns the value of the 'Grid Domain' containment reference.GridCoverageType.getGridDomain()
Returns the value of the 'Grid Domain' containment reference.Methods in net.opengis.gml311 with parameters of type GridDomainTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setGridDomain
(GridDomainType value) Sets the value of the 'Grid Domain
' containment reference.void
GridCoverageType.setGridDomain
(GridDomainType value) Sets the value of the 'Grid Domain
' containment reference. -
Uses of GridDomainType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridDomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Grid Domain Type'.Fields in net.opengis.gml311.impl declared as GridDomainTypeModifier and TypeFieldDescriptionprotected GridDomainType
GridCoverageTypeImpl.gridDomain
The cached value of the 'Grid Domain
' containment reference.Methods in net.opengis.gml311.impl that return GridDomainTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGridDomainType()
DocumentRootImpl.getGridDomain()
GridCoverageTypeImpl.getGridDomain()
Methods in net.opengis.gml311.impl with parameters of type GridDomainTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGridDomain
(GridDomainType newGridDomain, NotificationChain msgs) NotificationChain
GridCoverageTypeImpl.basicSetGridDomain
(GridDomainType newGridDomain, NotificationChain msgs) void
DocumentRootImpl.setGridDomain
(GridDomainType newGridDomain) void
GridCoverageTypeImpl.setGridDomain
(GridDomainType newGridDomain) -
Uses of GridDomainType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridDomainTypeModifier and TypeMethodDescriptionGml311Switch.caseGridDomainType
(GridDomainType object) Returns the result of interpreting the object as an instance of 'Grid Domain Type'.boolean
Gml311Validator.validateGridDomainType
(GridDomainType gridDomainType, DiagnosticChain diagnostics, Map<Object, Object> context)