Uses of Interface
net.opengis.gml311.DomainSetType
-
Packages that use DomainSetType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DomainSetType in net.opengis.gml311
Subinterfaces of DomainSetType in net.opengis.gml311 Modifier and Type Interface Description interfaceGridDomainTypeA representation of the model object 'Grid Domain Type'.interfaceMultiCurveDomainTypeA representation of the model object 'Multi Curve Domain Type'.interfaceMultiPointDomainTypeA representation of the model object 'Multi Point Domain Type'.interfaceMultiSolidDomainTypeA representation of the model object 'Multi Solid Domain Type'.interfaceMultiSurfaceDomainTypeA representation of the model object 'Multi Surface Domain Type'.interfaceRectifiedGridDomainTypeA representation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311 that return DomainSetType Modifier and Type Method Description DomainSetTypeGml311Factory. createDomainSetType()Returns a new object of class 'Domain Set Type'.DomainSetTypeAbstractCoverageType. getDomainSet()Returns the value of the 'Domain Set' containment reference.DomainSetTypeDocumentRoot. getDomainSet()Returns the value of the 'Domain Set' containment reference.Methods in net.opengis.gml311 with parameters of type DomainSetType Modifier and Type Method Description voidAbstractCoverageType. setDomainSet(DomainSetType value)Sets the value of the 'Domain Set' containment reference.voidDocumentRoot. setDomainSet(DomainSetType value)Sets the value of the 'Domain Set' containment reference. -
Uses of DomainSetType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DomainSetType Modifier and Type Class Description classDomainSetTypeImplAn implementation of the model object 'Domain Set Type'.classGridDomainTypeImplAn implementation of the model object 'Grid Domain Type'.classMultiCurveDomainTypeImplAn implementation of the model object 'Multi Curve Domain Type'.classMultiPointDomainTypeImplAn implementation of the model object 'Multi Point Domain Type'.classMultiSolidDomainTypeImplAn implementation of the model object 'Multi Solid Domain Type'.classMultiSurfaceDomainTypeImplAn implementation of the model object 'Multi Surface Domain Type'.classRectifiedGridDomainTypeImplAn implementation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311.impl that return DomainSetType Modifier and Type Method Description DomainSetTypeGml311FactoryImpl. createDomainSetType()DomainSetTypeAbstractCoverageTypeImpl. getDomainSet()DomainSetTypeDocumentRootImpl. getDomainSet()Methods in net.opengis.gml311.impl with parameters of type DomainSetType Modifier and Type Method Description NotificationChainAbstractCoverageTypeImpl. basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs)voidAbstractCoverageTypeImpl. setDomainSet(DomainSetType newDomainSet)voidDocumentRootImpl. setDomainSet(DomainSetType newDomainSet) -
Uses of DomainSetType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DomainSetType Modifier and Type Method Description TGml311Switch. caseDomainSetType(DomainSetType object)Returns the result of interpreting the object as an instance of 'Domain Set Type'.booleanGml311Validator. validateDomainSetType(DomainSetType domainSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
-