Uses of Interface
net.opengis.gml311.QuantityExtentType
-
Packages that use QuantityExtentType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of QuantityExtentType in net.opengis.gml311
Methods in net.opengis.gml311 that return QuantityExtentType Modifier and Type Method Description QuantityExtentType
Gml311Factory. createQuantityExtentType()
Returns a new object of class 'Quantity Extent Type'.QuantityExtentType
DocumentRoot. getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.QuantityExtentType
RangeParametersType. getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.QuantityExtentType
ValuePropertyType. getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.Methods in net.opengis.gml311 that return types with arguments of type QuantityExtentType Modifier and Type Method Description EList<QuantityExtentType>
ValueArrayPropertyType. getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type QuantityExtentType Modifier and Type Method Description void
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 QuantityExtentType Modifier and Type Class Description class
QuantityExtentTypeImpl
An implementation of the model object 'Quantity Extent Type'.Fields in net.opengis.gml311.impl declared as QuantityExtentType Modifier and Type Field Description protected 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 QuantityExtentType Modifier and Type Method Description QuantityExtentType
Gml311FactoryImpl. createQuantityExtentType()
QuantityExtentType
DocumentRootImpl. getQuantityExtent()
QuantityExtentType
RangeParametersTypeImpl. getQuantityExtent()
QuantityExtentType
ValuePropertyTypeImpl. getQuantityExtent()
Methods in net.opengis.gml311.impl that return types with arguments of type QuantityExtentType Modifier and Type Method Description EList<QuantityExtentType>
ValueArrayPropertyTypeImpl. getQuantityExtent()
Methods in net.opengis.gml311.impl with parameters of type QuantityExtentType Modifier and Type Method Description NotificationChain
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 QuantityExtentType Modifier and Type Method Description T
Gml311Switch. 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)
-