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 QuantityExtentTypeGml311Factory. createQuantityExtentType()Returns a new object of class 'Quantity Extent Type'.QuantityExtentTypeDocumentRoot. getQuantityExtent()Returns the value of the 'Quantity Extent' containment reference.QuantityExtentTypeRangeParametersType. getQuantityExtent()Returns the value of the 'Quantity Extent' containment reference.QuantityExtentTypeValuePropertyType. 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 voidDocumentRoot. setQuantityExtent(QuantityExtentType value)Sets the value of the 'Quantity Extent' containment reference.voidRangeParametersType. setQuantityExtent(QuantityExtentType value)Sets the value of the 'Quantity Extent' containment reference.voidValuePropertyType. 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 classQuantityExtentTypeImplAn implementation of the model object 'Quantity Extent Type'.Fields in net.opengis.gml311.impl declared as QuantityExtentType Modifier and Type Field Description protected QuantityExtentTypeRangeParametersTypeImpl. quantityExtentThe cached value of the 'Quantity Extent' containment reference.protected QuantityExtentTypeValuePropertyTypeImpl. quantityExtentThe cached value of the 'Quantity Extent' containment reference.Methods in net.opengis.gml311.impl that return QuantityExtentType Modifier and Type Method Description QuantityExtentTypeGml311FactoryImpl. createQuantityExtentType()QuantityExtentTypeDocumentRootImpl. getQuantityExtent()QuantityExtentTypeRangeParametersTypeImpl. getQuantityExtent()QuantityExtentTypeValuePropertyTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetQuantityExtent(QuantityExtentType newQuantityExtent, NotificationChain msgs)NotificationChainRangeParametersTypeImpl. basicSetQuantityExtent(QuantityExtentType newQuantityExtent, NotificationChain msgs)NotificationChainValuePropertyTypeImpl. basicSetQuantityExtent(QuantityExtentType newQuantityExtent, NotificationChain msgs)voidDocumentRootImpl. setQuantityExtent(QuantityExtentType newQuantityExtent)voidRangeParametersTypeImpl. setQuantityExtent(QuantityExtentType newQuantityExtent)voidValuePropertyTypeImpl. 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 TGml311Switch. caseQuantityExtentType(QuantityExtentType object)Returns the result of interpreting the object as an instance of 'Quantity Extent Type'.booleanGml311Validator. validateQuantityExtentType(QuantityExtentType quantityExtentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-