Uses of Interface
net.opengis.gml311.QuantityExtentType
Packages that use QuantityExtentType
-
Uses of QuantityExtentType in net.opengis.gml311
Methods in net.opengis.gml311 that return QuantityExtentTypeModifier and TypeMethodDescriptionGml311Factory.createQuantityExtentType()
Returns a new object of class 'Quantity Extent Type'.DocumentRoot.getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.RangeParametersType.getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.ValuePropertyType.getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.Methods in net.opengis.gml311 that return types with arguments of type QuantityExtentTypeModifier and TypeMethodDescriptionEList<QuantityExtentType>
ValueArrayPropertyType.getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type QuantityExtentTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setQuantityExtent
(QuantityExtentType value) Sets the value of the 'Quantity Extent
' containment reference.void
RangeParametersType.setQuantityExtent
(QuantityExtentType value) Sets the value of the 'Quantity Extent
' containment reference.void
ValuePropertyType.setQuantityExtent
(QuantityExtentType value) Sets the value of the 'Quantity Extent
' containment reference. -
Uses of QuantityExtentType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement QuantityExtentTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Quantity Extent Type'.Fields in net.opengis.gml311.impl declared as QuantityExtentTypeModifier and TypeFieldDescriptionprotected QuantityExtentType
RangeParametersTypeImpl.quantityExtent
The cached value of the 'Quantity Extent
' containment reference.protected QuantityExtentType
ValuePropertyTypeImpl.quantityExtent
The cached value of the 'Quantity Extent
' containment reference.Methods in net.opengis.gml311.impl that return QuantityExtentTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createQuantityExtentType()
DocumentRootImpl.getQuantityExtent()
RangeParametersTypeImpl.getQuantityExtent()
ValuePropertyTypeImpl.getQuantityExtent()
Methods in net.opengis.gml311.impl that return types with arguments of type QuantityExtentTypeModifier and TypeMethodDescriptionEList<QuantityExtentType>
ValueArrayPropertyTypeImpl.getQuantityExtent()
Methods in net.opengis.gml311.impl with parameters of type QuantityExtentTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetQuantityExtent
(QuantityExtentType newQuantityExtent, NotificationChain msgs) NotificationChain
RangeParametersTypeImpl.basicSetQuantityExtent
(QuantityExtentType newQuantityExtent, NotificationChain msgs) NotificationChain
ValuePropertyTypeImpl.basicSetQuantityExtent
(QuantityExtentType newQuantityExtent, NotificationChain msgs) void
DocumentRootImpl.setQuantityExtent
(QuantityExtentType newQuantityExtent) void
RangeParametersTypeImpl.setQuantityExtent
(QuantityExtentType newQuantityExtent) void
ValuePropertyTypeImpl.setQuantityExtent
(QuantityExtentType newQuantityExtent) -
Uses of QuantityExtentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type QuantityExtentTypeModifier and TypeMethodDescriptionGml311Switch.caseQuantityExtentType
(QuantityExtentType object) Returns the result of interpreting the object as an instance of 'Quantity Extent Type'.boolean
Gml311Validator.validateQuantityExtentType
(QuantityExtentType quantityExtentType, DiagnosticChain diagnostics, Map<Object, Object> context)