Uses of Interface
net.opengis.gml311.RangeParametersType
-
Packages that use RangeParametersType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RangeParametersType in net.opengis.gml311
Methods in net.opengis.gml311 that return RangeParametersType Modifier and Type Method Description RangeParametersType
Gml311Factory. createRangeParametersType()
Returns a new object of class 'Range Parameters Type'.RangeParametersType
DataBlockType. getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.RangeParametersType
DocumentRoot. getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.RangeParametersType
FileType. getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.Methods in net.opengis.gml311 with parameters of type RangeParametersType Modifier and Type Method Description void
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 RangeParametersType Modifier and Type Class Description class
RangeParametersTypeImpl
An implementation of the model object 'Range Parameters Type'.Fields in net.opengis.gml311.impl declared as RangeParametersType Modifier and Type Field Description protected 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 RangeParametersType Modifier and Type Method Description RangeParametersType
Gml311FactoryImpl. createRangeParametersType()
RangeParametersType
DataBlockTypeImpl. getRangeParameters()
RangeParametersType
DocumentRootImpl. getRangeParameters()
RangeParametersType
FileTypeImpl. getRangeParameters()
Methods in net.opengis.gml311.impl with parameters of type RangeParametersType Modifier and Type Method Description NotificationChain
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 RangeParametersType Modifier and Type Method Description T
Gml311Switch. 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)
-