Uses of Interface
net.opengis.gml311.MultiSurfacePropertyType
Packages that use MultiSurfacePropertyType
-
Uses of MultiSurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfacePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createMultiSurfacePropertyType()
Returns a new object of class 'Multi Surface Property Type'.DocumentRoot.getMultiCoverage()
Returns the value of the 'Multi Coverage' containment reference.DocumentRoot.getMultiExtentOf()
Returns the value of the 'Multi Extent Of' containment reference.DocumentRoot.getMultiSurfaceProperty()
Returns the value of the 'Multi Surface Property' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfacePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMultiCoverage
(MultiSurfacePropertyType value) Sets the value of the 'Multi Coverage
' containment reference.void
DocumentRoot.setMultiExtentOf
(MultiSurfacePropertyType value) Sets the value of the 'Multi Extent Of
' containment reference.void
DocumentRoot.setMultiSurfaceProperty
(MultiSurfacePropertyType value) Sets the value of the 'Multi Surface Property
' containment reference. -
Uses of MultiSurfacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfacePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Surface Property Type'.Methods in net.opengis.gml311.impl that return MultiSurfacePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiSurfacePropertyType()
DocumentRootImpl.getMultiCoverage()
DocumentRootImpl.getMultiExtentOf()
DocumentRootImpl.getMultiSurfaceProperty()
Methods in net.opengis.gml311.impl with parameters of type MultiSurfacePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMultiCoverage
(MultiSurfacePropertyType newMultiCoverage, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMultiExtentOf
(MultiSurfacePropertyType newMultiExtentOf, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMultiSurfaceProperty
(MultiSurfacePropertyType newMultiSurfaceProperty, NotificationChain msgs) void
DocumentRootImpl.setMultiCoverage
(MultiSurfacePropertyType newMultiCoverage) void
DocumentRootImpl.setMultiExtentOf
(MultiSurfacePropertyType newMultiExtentOf) void
DocumentRootImpl.setMultiSurfaceProperty
(MultiSurfacePropertyType newMultiSurfaceProperty) -
Uses of MultiSurfacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfacePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseMultiSurfacePropertyType
(MultiSurfacePropertyType object) Returns the result of interpreting the object as an instance of 'Multi Surface Property Type'.boolean
Gml311Validator.validateMultiSurfacePropertyType
(MultiSurfacePropertyType multiSurfacePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)