Uses of Interface
net.opengis.gml311.LengthType
Packages that use LengthType
-
Uses of LengthType in net.opengis.gml311
Methods 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 TypeMethodDescriptionvoid
OffsetCurveType.setDistance
(LengthType value) Sets the value of the 'Distance
' containment reference.void
TinType.setMaxLength
(LengthType value) Sets the value of the 'Max Length
' containment reference.void
ArcByCenterPointType.setRadius
(LengthType value) Sets the value of the 'Radius
' containment reference. -
Uses of LengthType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LengthTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Length Type'.Fields in net.opengis.gml311.impl declared as LengthTypeModifier and TypeFieldDescriptionprotected LengthType
OffsetCurveTypeImpl.distance
The cached value of the 'Distance
' containment reference.protected LengthType
TinTypeImpl.maxLength
The cached value of the 'Max Length
' containment reference.protected LengthType
ArcByCenterPointTypeImpl.radius
The 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 TypeMethodDescriptionNotificationChain
OffsetCurveTypeImpl.basicSetDistance
(LengthType newDistance, NotificationChain msgs) NotificationChain
TinTypeImpl.basicSetMaxLength
(LengthType newMaxLength, NotificationChain msgs) NotificationChain
ArcByCenterPointTypeImpl.basicSetRadius
(LengthType newRadius, NotificationChain msgs) void
OffsetCurveTypeImpl.setDistance
(LengthType newDistance) void
TinTypeImpl.setMaxLength
(LengthType newMaxLength) void
ArcByCenterPointTypeImpl.setRadius
(LengthType newRadius) -
Uses of LengthType in net.opengis.gml311.util
Methods 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'.boolean
Gml311Validator.validateLengthType
(LengthType lengthType, DiagnosticChain diagnostics, Map<Object, Object> context)