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 RangeSetTypeGml311Factory. createRangeSetType()Returns a new object of class 'Range Set Type'.RangeSetTypeAbstractCoverageType. getRangeSet()Returns the value of the 'Range Set' containment reference.RangeSetTypeDocumentRoot. 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 voidAbstractCoverageType. setRangeSet(RangeSetType value)Sets the value of the 'Range Set' containment reference.voidDocumentRoot. 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 classRangeSetTypeImplAn implementation of the model object 'Range Set Type'.Fields in net.opengis.gml311.impl declared as RangeSetType Modifier and Type Field Description protected RangeSetTypeAbstractCoverageTypeImpl. rangeSetThe cached value of the 'Range Set' containment reference.Methods in net.opengis.gml311.impl that return RangeSetType Modifier and Type Method Description RangeSetTypeGml311FactoryImpl. createRangeSetType()RangeSetTypeAbstractCoverageTypeImpl. getRangeSet()RangeSetTypeDocumentRootImpl. getRangeSet()Methods in net.opengis.gml311.impl with parameters of type RangeSetType Modifier and Type Method Description NotificationChainAbstractCoverageTypeImpl. basicSetRangeSet(RangeSetType newRangeSet, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRangeSet(RangeSetType newRangeSet, NotificationChain msgs)voidAbstractCoverageTypeImpl. setRangeSet(RangeSetType newRangeSet)voidDocumentRootImpl. 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 TGml311Switch. caseRangeSetType(RangeSetType object)Returns the result of interpreting the object as an instance of 'Range Set Type'.booleanGml311Validator. validateRangeSetType(RangeSetType rangeSetType, DiagnosticChain diagnostics, Map<Object,Object> context)
-