Uses of Interface
net.opengis.gml311.DomainSetType
Packages that use DomainSetType
-
Uses of DomainSetType in net.opengis.gml311
Subinterfaces of DomainSetType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Grid Domain Type'.interface
A representation of the model object 'Multi Curve Domain Type'.interface
A representation of the model object 'Multi Point Domain Type'.interface
A representation of the model object 'Multi Solid Domain Type'.interface
A representation of the model object 'Multi Surface Domain Type'.interface
A representation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311 that return DomainSetTypeModifier and TypeMethodDescriptionGml311Factory.createDomainSetType()
Returns a new object of class 'Domain Set Type'.AbstractCoverageType.getDomainSet()
Returns the value of the 'Domain Set' containment reference.DocumentRoot.getDomainSet()
Returns the value of the 'Domain Set' containment reference.Methods in net.opengis.gml311 with parameters of type DomainSetTypeModifier and TypeMethodDescriptionvoid
AbstractCoverageType.setDomainSet
(DomainSetType value) Sets the value of the 'Domain Set
' containment reference.void
DocumentRoot.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 DomainSetTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Domain Set Type'.class
An implementation of the model object 'Grid Domain Type'.class
An implementation of the model object 'Multi Curve Domain Type'.class
An implementation of the model object 'Multi Point Domain Type'.class
An implementation of the model object 'Multi Solid Domain Type'.class
An implementation of the model object 'Multi Surface Domain Type'.class
An implementation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311.impl that return DomainSetTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDomainSetType()
AbstractCoverageTypeImpl.getDomainSet()
DocumentRootImpl.getDomainSet()
Methods in net.opengis.gml311.impl with parameters of type DomainSetTypeModifier and TypeMethodDescriptionNotificationChain
AbstractCoverageTypeImpl.basicSetDomainSet
(DomainSetType newDomainSet, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDomainSet
(DomainSetType newDomainSet, NotificationChain msgs) void
AbstractCoverageTypeImpl.setDomainSet
(DomainSetType newDomainSet) void
DocumentRootImpl.setDomainSet
(DomainSetType newDomainSet) -
Uses of DomainSetType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DomainSetTypeModifier and TypeMethodDescriptionGml311Switch.caseDomainSetType
(DomainSetType object) Returns the result of interpreting the object as an instance of 'Domain Set Type'.boolean
Gml311Validator.validateDomainSetType
(DomainSetType domainSetType, DiagnosticChain diagnostics, Map<Object, Object> context)