Uses of Interface
net.opengis.gml311.MultiPointDomainType
-
Packages that use MultiPointDomainType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiPointDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPointDomainType Modifier and Type Method Description MultiPointDomainType
Gml311Factory. createMultiPointDomainType()
Returns a new object of class 'Multi Point Domain Type'.MultiPointDomainType
DocumentRoot. getMultiPointDomain()
Returns the value of the 'Multi Point Domain' containment reference.MultiPointDomainType
MultiPointCoverageType. getMultiPointDomain()
Returns the value of the 'Multi Point Domain' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPointDomainType Modifier and Type Method Description void
DocumentRoot. setMultiPointDomain(MultiPointDomainType value)
Sets the value of the 'Multi Point Domain
' containment reference.void
MultiPointCoverageType. setMultiPointDomain(MultiPointDomainType value)
Sets the value of the 'Multi Point Domain
' containment reference. -
Uses of MultiPointDomainType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiPointDomainType Modifier and Type Class Description class
MultiPointDomainTypeImpl
An implementation of the model object 'Multi Point Domain Type'.Fields in net.opengis.gml311.impl declared as MultiPointDomainType Modifier and Type Field Description protected MultiPointDomainType
MultiPointCoverageTypeImpl. multiPointDomain
The cached value of the 'Multi Point Domain
' containment reference.Methods in net.opengis.gml311.impl that return MultiPointDomainType Modifier and Type Method Description MultiPointDomainType
Gml311FactoryImpl. createMultiPointDomainType()
MultiPointDomainType
DocumentRootImpl. getMultiPointDomain()
MultiPointDomainType
MultiPointCoverageTypeImpl. getMultiPointDomain()
Methods in net.opengis.gml311.impl with parameters of type MultiPointDomainType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiPointDomain(MultiPointDomainType newMultiPointDomain, NotificationChain msgs)
NotificationChain
MultiPointCoverageTypeImpl. basicSetMultiPointDomain(MultiPointDomainType newMultiPointDomain, NotificationChain msgs)
void
DocumentRootImpl. setMultiPointDomain(MultiPointDomainType newMultiPointDomain)
void
MultiPointCoverageTypeImpl. setMultiPointDomain(MultiPointDomainType newMultiPointDomain)
-
Uses of MultiPointDomainType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiPointDomainType Modifier and Type Method Description T
Gml311Switch. caseMultiPointDomainType(MultiPointDomainType object)
Returns the result of interpreting the object as an instance of 'Multi Point Domain Type'.boolean
Gml311Validator. validateMultiPointDomainType(MultiPointDomainType multiPointDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-