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 GridDomainTypeGml311Factory. createGridDomainType()Returns a new object of class 'Grid Domain Type'.GridDomainTypeDocumentRoot. getGridDomain()Returns the value of the 'Grid Domain' containment reference.GridDomainTypeGridCoverageType. 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 voidDocumentRoot. setGridDomain(GridDomainType value)Sets the value of the 'Grid Domain' containment reference.voidGridCoverageType. 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 classGridDomainTypeImplAn implementation of the model object 'Grid Domain Type'.Fields in net.opengis.gml311.impl declared as GridDomainType Modifier and Type Field Description protected GridDomainTypeGridCoverageTypeImpl. gridDomainThe cached value of the 'Grid Domain' containment reference.Methods in net.opengis.gml311.impl that return GridDomainType Modifier and Type Method Description GridDomainTypeGml311FactoryImpl. createGridDomainType()GridDomainTypeDocumentRootImpl. getGridDomain()GridDomainTypeGridCoverageTypeImpl. getGridDomain()Methods in net.opengis.gml311.impl with parameters of type GridDomainType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGridDomain(GridDomainType newGridDomain, NotificationChain msgs)NotificationChainGridCoverageTypeImpl. basicSetGridDomain(GridDomainType newGridDomain, NotificationChain msgs)voidDocumentRootImpl. setGridDomain(GridDomainType newGridDomain)voidGridCoverageTypeImpl. 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 TGml311Switch. caseGridDomainType(GridDomainType object)Returns the result of interpreting the object as an instance of 'Grid Domain Type'.booleanGml311Validator. validateGridDomainType(GridDomainType gridDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-