Uses of Class
eu.datex2.siri14.schema._1_0._1_0.TPEGPoint
-
Packages that use TPEGPoint Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of TPEGPoint in eu.datex2.siri14.schema._1_0._1_0
Subclasses of TPEGPoint in eu.datex2.siri14.schema._1_0._1_0 Modifier and Type Class Description classTPEGJunctionA point on the road network which is a road junction point.classTPEGNonJunctionPointA point on the road network which is not a road junction point.Fields in eu.datex2.siri14.schema._1_0._1_0 declared as TPEGPoint Modifier and Type Field Description protected TPEGPointTPEGFramedPoint. fromprotected TPEGPointTPEGLinearLocation. fromprotected TPEGPointTPEGSimplePoint. pointprotected TPEGPointTPEGFramedPoint. toprotected TPEGPointTPEGLinearLocation. toMethods in eu.datex2.siri14.schema._1_0._1_0 that return TPEGPoint Modifier and Type Method Description TPEGPointTPEGFramedPoint. getFrom()Gets the value of the from property.TPEGPointTPEGLinearLocation. getFrom()Gets the value of the from property.TPEGPointTPEGSimplePoint. getPoint()Gets the value of the point property.TPEGPointTPEGFramedPoint. getTo()Gets the value of the to property.TPEGPointTPEGLinearLocation. getTo()Gets the value of the to property.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type TPEGPoint Modifier and Type Method Description voidTPEGFramedPoint. setFrom(TPEGPoint value)Sets the value of the from property.voidTPEGLinearLocation. setFrom(TPEGPoint value)Sets the value of the from property.voidTPEGSimplePoint. setPoint(TPEGPoint value)Sets the value of the point property.voidTPEGFramedPoint. setTo(TPEGPoint value)Sets the value of the to property.voidTPEGLinearLocation. setTo(TPEGPoint value)Sets the value of the to property.
-