Uses of Interface
net.opengis.gml311.LengthType
Packages that use LengthType
- 
Uses of LengthType in net.opengis.gml311Methods in net.opengis.gml311 that return LengthTypeModifier and TypeMethodDescriptionGml311Factory.createLengthType()Returns a new object of class 'Length Type'.OffsetCurveType.getDistance()Returns the value of the 'Distance' containment reference.TinType.getMaxLength()Returns the value of the 'Max Length' containment reference.ArcByCenterPointType.getRadius()Returns the value of the 'Radius' containment reference.Methods in net.opengis.gml311 with parameters of type LengthTypeModifier and TypeMethodDescriptionvoidOffsetCurveType.setDistance(LengthType value) Sets the value of the 'Distance' containment reference.voidTinType.setMaxLength(LengthType value) Sets the value of the 'Max Length' containment reference.voidArcByCenterPointType.setRadius(LengthType value) Sets the value of the 'Radius' containment reference.
- 
Uses of LengthType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement LengthTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Length Type'.Fields in net.opengis.gml311.impl declared as LengthTypeModifier and TypeFieldDescriptionprotected LengthTypeOffsetCurveTypeImpl.distanceThe cached value of the 'Distance' containment reference.protected LengthTypeTinTypeImpl.maxLengthThe cached value of the 'Max Length' containment reference.protected LengthTypeArcByCenterPointTypeImpl.radiusThe cached value of the 'Radius' containment reference.Methods in net.opengis.gml311.impl that return LengthTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLengthType()OffsetCurveTypeImpl.getDistance()TinTypeImpl.getMaxLength()ArcByCenterPointTypeImpl.getRadius()Methods in net.opengis.gml311.impl with parameters of type LengthTypeModifier and TypeMethodDescriptionNotificationChainOffsetCurveTypeImpl.basicSetDistance(LengthType newDistance, NotificationChain msgs) NotificationChainTinTypeImpl.basicSetMaxLength(LengthType newMaxLength, NotificationChain msgs) NotificationChainArcByCenterPointTypeImpl.basicSetRadius(LengthType newRadius, NotificationChain msgs) voidOffsetCurveTypeImpl.setDistance(LengthType newDistance) voidTinTypeImpl.setMaxLength(LengthType newMaxLength) voidArcByCenterPointTypeImpl.setRadius(LengthType newRadius) 
- 
Uses of LengthType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type LengthTypeModifier and TypeMethodDescriptionGml311Switch.caseLengthType(LengthType object) Returns the result of interpreting the object as an instance of 'Length Type'.booleanGml311Validator.validateLengthType(LengthType lengthType, DiagnosticChain diagnostics, Map<Object, Object> context)