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 RangeParametersTypeGml311Factory. createRangeParametersType()Returns a new object of class 'Range Parameters Type'.RangeParametersTypeDataBlockType. getRangeParameters()Returns the value of the 'Range Parameters' containment reference.RangeParametersTypeDocumentRoot. getRangeParameters()Returns the value of the 'Range Parameters' containment reference.RangeParametersTypeFileType. 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 voidDataBlockType. setRangeParameters(RangeParametersType value)Sets the value of the 'Range Parameters' containment reference.voidDocumentRoot. setRangeParameters(RangeParametersType value)Sets the value of the 'Range Parameters' containment reference.voidFileType. 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 classRangeParametersTypeImplAn implementation of the model object 'Range Parameters Type'.Fields in net.opengis.gml311.impl declared as RangeParametersType Modifier and Type Field Description protected RangeParametersTypeDataBlockTypeImpl. rangeParametersThe cached value of the 'Range Parameters' containment reference.protected RangeParametersTypeFileTypeImpl. rangeParametersThe cached value of the 'Range Parameters' containment reference.Methods in net.opengis.gml311.impl that return RangeParametersType Modifier and Type Method Description RangeParametersTypeGml311FactoryImpl. createRangeParametersType()RangeParametersTypeDataBlockTypeImpl. getRangeParameters()RangeParametersTypeDocumentRootImpl. getRangeParameters()RangeParametersTypeFileTypeImpl. getRangeParameters()Methods in net.opengis.gml311.impl with parameters of type RangeParametersType Modifier and Type Method Description NotificationChainDataBlockTypeImpl. basicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)NotificationChainFileTypeImpl. basicSetRangeParameters(RangeParametersType newRangeParameters, NotificationChain msgs)voidDataBlockTypeImpl. setRangeParameters(RangeParametersType newRangeParameters)voidDocumentRootImpl. setRangeParameters(RangeParametersType newRangeParameters)voidFileTypeImpl. 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 TGml311Switch. caseRangeParametersType(RangeParametersType object)Returns the result of interpreting the object as an instance of 'Range Parameters Type'.booleanGml311Validator. validateRangeParametersType(RangeParametersType rangeParametersType, DiagnosticChain diagnostics, Map<Object,Object> context)
-