Uses of Interface
net.opengis.gml311.ValueArrayPropertyType
Packages that use ValueArrayPropertyType
-
Uses of ValueArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return ValueArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createValueArrayPropertyType()
Returns a new object of class 'Value Array Property Type'.CompositeValueType.getValueComponents()
Returns the value of the 'Value Components' containment reference.DocumentRoot.getValueComponents()
Returns the value of the 'Value Components' containment reference.Methods in net.opengis.gml311 with parameters of type ValueArrayPropertyTypeModifier and TypeMethodDescriptionvoid
CompositeValueType.setValueComponents
(ValueArrayPropertyType value) Sets the value of the 'Value Components
' containment reference.void
DocumentRoot.setValueComponents
(ValueArrayPropertyType value) Sets the value of the 'Value Components
' containment reference. -
Uses of ValueArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ValueArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Value Array Property Type'.Fields in net.opengis.gml311.impl declared as ValueArrayPropertyTypeModifier and TypeFieldDescriptionprotected ValueArrayPropertyType
CompositeValueTypeImpl.valueComponents
The cached value of the 'Value Components
' containment reference.Methods in net.opengis.gml311.impl that return ValueArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createValueArrayPropertyType()
CompositeValueTypeImpl.getValueComponents()
DocumentRootImpl.getValueComponents()
Methods in net.opengis.gml311.impl with parameters of type ValueArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
CompositeValueTypeImpl.basicSetValueComponents
(ValueArrayPropertyType newValueComponents, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetValueComponents
(ValueArrayPropertyType newValueComponents, NotificationChain msgs) void
CompositeValueTypeImpl.setValueComponents
(ValueArrayPropertyType newValueComponents) void
DocumentRootImpl.setValueComponents
(ValueArrayPropertyType newValueComponents) -
Uses of ValueArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ValueArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseValueArrayPropertyType
(ValueArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Value Array Property Type'.boolean
Gml311Validator.validateValueArrayPropertyType
(ValueArrayPropertyType valueArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)