Uses of Interface
net.opengis.gml311.MultiSurfaceDomainType
-
Packages that use MultiSurfaceDomainType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSurfaceDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfaceDomainType Modifier and Type Method Description MultiSurfaceDomainType
Gml311Factory. createMultiSurfaceDomainType()
Returns a new object of class 'Multi Surface Domain Type'.MultiSurfaceDomainType
DocumentRoot. getMultiSurfaceDomain()
Returns the value of the 'Multi Surface Domain' containment reference.MultiSurfaceDomainType
MultiSurfaceCoverageType. getMultiSurfaceDomain()
Returns the value of the 'Multi Surface Domain' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfaceDomainType Modifier and Type Method Description void
DocumentRoot. setMultiSurfaceDomain(MultiSurfaceDomainType value)
Sets the value of the 'Multi Surface Domain
' containment reference.void
MultiSurfaceCoverageType. setMultiSurfaceDomain(MultiSurfaceDomainType value)
Sets the value of the 'Multi Surface Domain
' containment reference. -
Uses of MultiSurfaceDomainType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfaceDomainType Modifier and Type Class Description class
MultiSurfaceDomainTypeImpl
An implementation of the model object 'Multi Surface Domain Type'.Fields in net.opengis.gml311.impl declared as MultiSurfaceDomainType Modifier and Type Field Description protected MultiSurfaceDomainType
MultiSurfaceCoverageTypeImpl. multiSurfaceDomain
The cached value of the 'Multi Surface Domain
' containment reference.Methods in net.opengis.gml311.impl that return MultiSurfaceDomainType Modifier and Type Method Description MultiSurfaceDomainType
Gml311FactoryImpl. createMultiSurfaceDomainType()
MultiSurfaceDomainType
DocumentRootImpl. getMultiSurfaceDomain()
MultiSurfaceDomainType
MultiSurfaceCoverageTypeImpl. getMultiSurfaceDomain()
Methods in net.opengis.gml311.impl with parameters of type MultiSurfaceDomainType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain, NotificationChain msgs)
NotificationChain
MultiSurfaceCoverageTypeImpl. basicSetMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain, NotificationChain msgs)
void
DocumentRootImpl. setMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain)
void
MultiSurfaceCoverageTypeImpl. setMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain)
-
Uses of MultiSurfaceDomainType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfaceDomainType Modifier and Type Method Description T
Gml311Switch. caseMultiSurfaceDomainType(MultiSurfaceDomainType object)
Returns the result of interpreting the object as an instance of 'Multi Surface Domain Type'.boolean
Gml311Validator. validateMultiSurfaceDomainType(MultiSurfaceDomainType multiSurfaceDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-