Uses of Interface
net.opengis.gml311.MultiPointCoverageType
-
Packages that use MultiPointCoverageType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiPointCoverageType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPointCoverageType Modifier and Type Method Description MultiPointCoverageType
Gml311Factory. createMultiPointCoverageType()
Returns a new object of class 'Multi Point Coverage Type'.MultiPointCoverageType
DocumentRoot. getMultiPointCoverage()
Returns the value of the 'Multi Point Coverage' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPointCoverageType Modifier and Type Method Description void
DocumentRoot. setMultiPointCoverage(MultiPointCoverageType value)
Sets the value of the 'Multi Point Coverage
' containment reference. -
Uses of MultiPointCoverageType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiPointCoverageType Modifier and Type Class Description class
MultiPointCoverageTypeImpl
An implementation of the model object 'Multi Point Coverage Type'.Methods in net.opengis.gml311.impl that return MultiPointCoverageType Modifier and Type Method Description MultiPointCoverageType
Gml311FactoryImpl. createMultiPointCoverageType()
MultiPointCoverageType
DocumentRootImpl. getMultiPointCoverage()
Methods in net.opengis.gml311.impl with parameters of type MultiPointCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiPointCoverage(MultiPointCoverageType newMultiPointCoverage, NotificationChain msgs)
void
DocumentRootImpl. setMultiPointCoverage(MultiPointCoverageType newMultiPointCoverage)
-
Uses of MultiPointCoverageType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiPointCoverageType Modifier and Type Method Description T
Gml311Switch. caseMultiPointCoverageType(MultiPointCoverageType object)
Returns the result of interpreting the object as an instance of 'Multi Point Coverage Type'.boolean
Gml311Validator. validateMultiPointCoverageType(MultiPointCoverageType multiPointCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-