Uses of Interface
net.opengis.gml311.GridDomainType
-
Packages that use GridDomainType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridDomainType Modifier and Type Method Description GridDomainType
Gml311Factory. createGridDomainType()
Returns a new object of class 'Grid Domain Type'.GridDomainType
DocumentRoot. getGridDomain()
Returns the value of the 'Grid Domain' containment reference.GridDomainType
GridCoverageType. getGridDomain()
Returns the value of the 'Grid Domain' containment reference.Methods in net.opengis.gml311 with parameters of type GridDomainType Modifier and Type Method Description void
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 GridDomainType Modifier and Type Class Description class
GridDomainTypeImpl
An implementation of the model object 'Grid Domain Type'.Fields in net.opengis.gml311.impl declared as GridDomainType Modifier and Type Field Description protected GridDomainType
GridCoverageTypeImpl. gridDomain
The cached value of the 'Grid Domain
' containment reference.Methods in net.opengis.gml311.impl that return GridDomainType Modifier and Type Method Description GridDomainType
Gml311FactoryImpl. createGridDomainType()
GridDomainType
DocumentRootImpl. getGridDomain()
GridDomainType
GridCoverageTypeImpl. getGridDomain()
Methods in net.opengis.gml311.impl with parameters of type GridDomainType Modifier and Type Method Description NotificationChain
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 GridDomainType Modifier and Type Method Description T
Gml311Switch. 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)
-