Uses of Interface
net.opengis.gml311.RangeParametersType
Packages that use RangeParametersType
-
Uses of RangeParametersType in net.opengis.gml311
Methods in net.opengis.gml311 that return RangeParametersTypeModifier and TypeMethodDescriptionGml311Factory.createRangeParametersType()
Returns a new object of class 'Range Parameters Type'.DataBlockType.getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.DocumentRoot.getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.FileType.getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.Methods in net.opengis.gml311 with parameters of type RangeParametersTypeModifier and TypeMethodDescriptionvoid
DataBlockType.setRangeParameters
(RangeParametersType value) Sets the value of the 'Range Parameters
' containment reference.void
DocumentRoot.setRangeParameters
(RangeParametersType value) Sets the value of the 'Range Parameters
' containment reference.void
FileType.setRangeParameters
(RangeParametersType value) Sets the value of the 'Range Parameters
' containment reference. -
Uses of RangeParametersType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RangeParametersTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Range Parameters Type'.Fields in net.opengis.gml311.impl declared as RangeParametersTypeModifier and TypeFieldDescriptionprotected RangeParametersType
DataBlockTypeImpl.rangeParameters
The cached value of the 'Range Parameters
' containment reference.protected RangeParametersType
FileTypeImpl.rangeParameters
The cached value of the 'Range Parameters
' containment reference.Methods in net.opengis.gml311.impl that return RangeParametersTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRangeParametersType()
DataBlockTypeImpl.getRangeParameters()
DocumentRootImpl.getRangeParameters()
FileTypeImpl.getRangeParameters()
Methods in net.opengis.gml311.impl with parameters of type RangeParametersTypeModifier and TypeMethodDescriptionNotificationChain
DataBlockTypeImpl.basicSetRangeParameters
(RangeParametersType newRangeParameters, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRangeParameters
(RangeParametersType newRangeParameters, NotificationChain msgs) NotificationChain
FileTypeImpl.basicSetRangeParameters
(RangeParametersType newRangeParameters, NotificationChain msgs) void
DataBlockTypeImpl.setRangeParameters
(RangeParametersType newRangeParameters) void
DocumentRootImpl.setRangeParameters
(RangeParametersType newRangeParameters) void
FileTypeImpl.setRangeParameters
(RangeParametersType newRangeParameters) -
Uses of RangeParametersType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RangeParametersTypeModifier and TypeMethodDescriptionGml311Switch.caseRangeParametersType
(RangeParametersType object) Returns the result of interpreting the object as an instance of 'Range Parameters Type'.boolean
Gml311Validator.validateRangeParametersType
(RangeParametersType rangeParametersType, DiagnosticChain diagnostics, Map<Object, Object> context)