Uses of Interface
net.opengis.gml311.SurfaceArrayPropertyType
Packages that use SurfaceArrayPropertyType
-
Uses of SurfaceArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SurfaceArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createSurfaceArrayPropertyType()
Returns a new object of class 'Surface Array Property Type'.DocumentRoot.getSurfaceArrayProperty()
Returns the value of the 'Surface Array Property' containment reference.DocumentRoot.getSurfaceMembers()
Returns the value of the 'Surface Members' containment reference.MultiSurfaceType.getSurfaceMembers()
Returns the value of the 'Surface Members' containment reference.Methods in net.opengis.gml311 with parameters of type SurfaceArrayPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSurfaceArrayProperty
(SurfaceArrayPropertyType value) Sets the value of the 'Surface Array Property
' containment reference.void
DocumentRoot.setSurfaceMembers
(SurfaceArrayPropertyType value) Sets the value of the 'Surface Members
' containment reference.void
MultiSurfaceType.setSurfaceMembers
(SurfaceArrayPropertyType value) Sets the value of the 'Surface Members
' containment reference. -
Uses of SurfaceArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfaceArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Surface Array Property Type'.Fields in net.opengis.gml311.impl declared as SurfaceArrayPropertyTypeModifier and TypeFieldDescriptionprotected SurfaceArrayPropertyType
MultiSurfaceTypeImpl.surfaceMembers
The cached value of the 'Surface Members
' containment reference.Methods in net.opengis.gml311.impl that return SurfaceArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSurfaceArrayPropertyType()
DocumentRootImpl.getSurfaceArrayProperty()
DocumentRootImpl.getSurfaceMembers()
MultiSurfaceTypeImpl.getSurfaceMembers()
Methods in net.opengis.gml311.impl with parameters of type SurfaceArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSurfaceArrayProperty
(SurfaceArrayPropertyType newSurfaceArrayProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSurfaceMembers
(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs) NotificationChain
MultiSurfaceTypeImpl.basicSetSurfaceMembers
(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs) void
DocumentRootImpl.setSurfaceArrayProperty
(SurfaceArrayPropertyType newSurfaceArrayProperty) void
DocumentRootImpl.setSurfaceMembers
(SurfaceArrayPropertyType newSurfaceMembers) void
MultiSurfaceTypeImpl.setSurfaceMembers
(SurfaceArrayPropertyType newSurfaceMembers) -
Uses of SurfaceArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseSurfaceArrayPropertyType
(SurfaceArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Surface Array Property Type'.boolean
Gml311Validator.validateSurfaceArrayPropertyType
(SurfaceArrayPropertyType surfaceArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)