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 interface
GridDomainType
A representation of the model object 'Grid Domain Type'.interface
MultiCurveDomainType
A representation of the model object 'Multi Curve Domain Type'.interface
MultiPointDomainType
A representation of the model object 'Multi Point Domain Type'.interface
MultiSolidDomainType
A representation of the model object 'Multi Solid Domain Type'.interface
MultiSurfaceDomainType
A representation of the model object 'Multi Surface Domain Type'.interface
RectifiedGridDomainType
A representation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311 that return DomainSetType Modifier and Type Method Description DomainSetType
Gml311Factory. createDomainSetType()
Returns a new object of class 'Domain Set Type'.DomainSetType
AbstractCoverageType. getDomainSet()
Returns the value of the 'Domain Set' containment reference.DomainSetType
DocumentRoot. 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 void
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 DomainSetType Modifier and Type Class Description class
DomainSetTypeImpl
An implementation of the model object 'Domain Set Type'.class
GridDomainTypeImpl
An implementation of the model object 'Grid Domain Type'.class
MultiCurveDomainTypeImpl
An implementation of the model object 'Multi Curve Domain Type'.class
MultiPointDomainTypeImpl
An implementation of the model object 'Multi Point Domain Type'.class
MultiSolidDomainTypeImpl
An implementation of the model object 'Multi Solid Domain Type'.class
MultiSurfaceDomainTypeImpl
An implementation of the model object 'Multi Surface Domain Type'.class
RectifiedGridDomainTypeImpl
An implementation of the model object 'Rectified Grid Domain Type'.Methods in net.opengis.gml311.impl that return DomainSetType Modifier and Type Method Description DomainSetType
Gml311FactoryImpl. createDomainSetType()
DomainSetType
AbstractCoverageTypeImpl. getDomainSet()
DomainSetType
DocumentRootImpl. getDomainSet()
Methods in net.opengis.gml311.impl with parameters of type DomainSetType Modifier and Type Method Description NotificationChain
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 DomainSetType Modifier and Type Method Description T
Gml311Switch. 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)
-