Uses of Interface
net.opengis.gml311.MultiSurfaceType
Packages that use MultiSurfaceType
-
Uses of MultiSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfaceTypeModifier and TypeMethodDescriptionGml311Factory.createMultiSurfaceType()
Returns a new object of class 'Multi Surface Type'.DocumentRoot.getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.MultiSurfaceDomainType.getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.MultiSurfacePropertyType.getMultiSurface()
Returns the value of the 'Multi Surface' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfaceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMultiSurface
(MultiSurfaceType value) Sets the value of the 'Multi Surface
' containment reference.void
MultiSurfaceDomainType.setMultiSurface
(MultiSurfaceType value) Sets the value of the 'Multi Surface
' containment reference.void
MultiSurfacePropertyType.setMultiSurface
(MultiSurfaceType value) Sets the value of the 'Multi Surface
' containment reference. -
Uses of MultiSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfaceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Surface Type'.Fields in net.opengis.gml311.impl declared as MultiSurfaceTypeModifier and TypeFieldDescriptionprotected MultiSurfaceType
MultiSurfaceDomainTypeImpl.multiSurface
The cached value of the 'Multi Surface
' containment reference.protected MultiSurfaceType
MultiSurfacePropertyTypeImpl.multiSurface
The cached value of the 'Multi Surface
' containment reference.Methods in net.opengis.gml311.impl that return MultiSurfaceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiSurfaceType()
DocumentRootImpl.getMultiSurface()
MultiSurfaceDomainTypeImpl.getMultiSurface()
MultiSurfacePropertyTypeImpl.getMultiSurface()
Methods in net.opengis.gml311.impl with parameters of type MultiSurfaceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMultiSurface
(MultiSurfaceType newMultiSurface, NotificationChain msgs) NotificationChain
MultiSurfaceDomainTypeImpl.basicSetMultiSurface
(MultiSurfaceType newMultiSurface, NotificationChain msgs) NotificationChain
MultiSurfacePropertyTypeImpl.basicSetMultiSurface
(MultiSurfaceType newMultiSurface, NotificationChain msgs) void
DocumentRootImpl.setMultiSurface
(MultiSurfaceType newMultiSurface) void
MultiSurfaceDomainTypeImpl.setMultiSurface
(MultiSurfaceType newMultiSurface) void
MultiSurfacePropertyTypeImpl.setMultiSurface
(MultiSurfaceType newMultiSurface) -
Uses of MultiSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfaceTypeModifier and TypeMethodDescriptionGml311Switch.caseMultiSurfaceType
(MultiSurfaceType object) Returns the result of interpreting the object as an instance of 'Multi Surface Type'.boolean
Gml311Validator.validateMultiSurfaceType
(MultiSurfaceType multiSurfaceType, DiagnosticChain diagnostics, Map<Object, Object> context)