Uses of Interface
net.opengis.gml311.LengthType
-
Packages that use LengthType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LengthType in net.opengis.gml311
Methods in net.opengis.gml311 that return LengthType Modifier and Type Method Description LengthType
Gml311Factory. createLengthType()
Returns a new object of class 'Length Type'.LengthType
OffsetCurveType. getDistance()
Returns the value of the 'Distance' containment reference.LengthType
TinType. getMaxLength()
Returns the value of the 'Max Length' containment reference.LengthType
ArcByCenterPointType. getRadius()
Returns the value of the 'Radius' containment reference.Methods in net.opengis.gml311 with parameters of type LengthType Modifier and Type Method Description void
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 LengthType Modifier and Type Class Description class
LengthTypeImpl
An implementation of the model object 'Length Type'.Fields in net.opengis.gml311.impl declared as LengthType Modifier and Type Field Description protected 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 LengthType Modifier and Type Method Description LengthType
Gml311FactoryImpl. createLengthType()
LengthType
OffsetCurveTypeImpl. getDistance()
LengthType
TinTypeImpl. getMaxLength()
LengthType
ArcByCenterPointTypeImpl. getRadius()
Methods in net.opengis.gml311.impl with parameters of type LengthType Modifier and Type Method Description NotificationChain
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 LengthType Modifier and Type Method Description T
Gml311Switch. 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)
-