Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.PointCoordinates
-
Packages that use PointCoordinates Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of PointCoordinates in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as PointCoordinates Modifier and Type Field Description protected PointCoordinatesTpegGeometricArea. centrePointprotected PointCoordinatesLocation. locationForDisplayprotected PointCoordinatesPointByCoordinates. pointCoordinatesprotected PointCoordinatesTpegJunction. pointCoordinatesprotected PointCoordinatesTpegNonJunctionPoint. pointCoordinatesMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return PointCoordinates Modifier and Type Method Description PointCoordinatesObjectFactory. createPointCoordinates()Create an instance ofPointCoordinatesPointCoordinatesTpegGeometricArea. getCentrePoint()Gets the value of the centrePoint property.PointCoordinatesLocation. getLocationForDisplay()Gets the value of the locationForDisplay 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.siri21.schema._2_0rc1._2_0 with parameters of type PointCoordinates Modifier and Type Method Description voidTpegGeometricArea. setCentrePoint(PointCoordinates value)Sets the value of the centrePoint property.voidLocation. setLocationForDisplay(PointCoordinates value)Sets the value of the locationForDisplay 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.
-