Uses of Interface
net.opengis.gml311.RangeSetType
-
Packages that use RangeSetType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RangeSetType in net.opengis.gml311
Methods in net.opengis.gml311 that return RangeSetType Modifier and Type Method Description RangeSetType
Gml311Factory. createRangeSetType()
Returns a new object of class 'Range Set Type'.RangeSetType
AbstractCoverageType. getRangeSet()
Returns the value of the 'Range Set' containment reference.RangeSetType
DocumentRoot. getRangeSet()
Returns the value of the 'Range Set' containment reference.Methods in net.opengis.gml311 with parameters of type RangeSetType Modifier and Type Method Description void
AbstractCoverageType. setRangeSet(RangeSetType value)
Sets the value of the 'Range Set
' containment reference.void
DocumentRoot. setRangeSet(RangeSetType value)
Sets the value of the 'Range Set
' containment reference. -
Uses of RangeSetType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RangeSetType Modifier and Type Class Description class
RangeSetTypeImpl
An implementation of the model object 'Range Set Type'.Fields in net.opengis.gml311.impl declared as RangeSetType Modifier and Type Field Description protected RangeSetType
AbstractCoverageTypeImpl. rangeSet
The cached value of the 'Range Set
' containment reference.Methods in net.opengis.gml311.impl that return RangeSetType Modifier and Type Method Description RangeSetType
Gml311FactoryImpl. createRangeSetType()
RangeSetType
AbstractCoverageTypeImpl. getRangeSet()
RangeSetType
DocumentRootImpl. getRangeSet()
Methods in net.opengis.gml311.impl with parameters of type RangeSetType Modifier and Type Method Description NotificationChain
AbstractCoverageTypeImpl. basicSetRangeSet(RangeSetType newRangeSet, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetRangeSet(RangeSetType newRangeSet, NotificationChain msgs)
void
AbstractCoverageTypeImpl. setRangeSet(RangeSetType newRangeSet)
void
DocumentRootImpl. setRangeSet(RangeSetType newRangeSet)
-
Uses of RangeSetType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RangeSetType Modifier and Type Method Description T
Gml311Switch. caseRangeSetType(RangeSetType object)
Returns the result of interpreting the object as an instance of 'Range Set Type'.boolean
Gml311Validator. validateRangeSetType(RangeSetType rangeSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
-