Uses of Class
eu.datex2.siri13.schema._1_0._1_0.PointCoordinates
-
Packages that use PointCoordinates Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of PointCoordinates in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as PointCoordinates Modifier and Type Field Description protected PointCoordinatesTPEGGeometricArea. centrePointprotected PointCoordinatesPointByCoordinates. pointCoordinatesprotected PointCoordinatesTPEGJunction. pointCoordinatesprotected PointCoordinatesTPEGNonJunctionPoint. pointCoordinatesMethods in eu.datex2.siri13.schema._1_0._1_0 that return PointCoordinates Modifier and Type Method Description PointCoordinatesObjectFactory. createPointCoordinates()Create an instance ofPointCoordinatesPointCoordinatesTPEGGeometricArea. getCentrePoint()Gets the value of the centrePoint property.PointCoordinatesPointByCoordinates. getPointCoordinates()Gets the value of the pointCoordinates property.PointCoordinatesTPEGJunction. getPointCoordinates()Gets the value of the pointCoordinates property.PointCoordinatesTPEGNonJunctionPoint. getPointCoordinates()Gets the value of the pointCoordinates property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type PointCoordinates Modifier and Type Method Description voidTPEGGeometricArea. setCentrePoint(PointCoordinates value)Sets the value of the centrePoint property.voidPointByCoordinates. setPointCoordinates(PointCoordinates value)Sets the value of the pointCoordinates property.voidTPEGJunction. setPointCoordinates(PointCoordinates value)Sets the value of the pointCoordinates property.voidTPEGNonJunctionPoint. setPointCoordinates(PointCoordinates value)Sets the value of the pointCoordinates property.
-