Uses of Class
uk.org.ifopt.siri21.PointProjection
-
Packages that use PointProjection Package Description uk.org.ifopt.siri21 uk.org.siri.siri21 -
-
Uses of PointProjection in uk.org.ifopt.siri21
Fields in uk.org.ifopt.siri21 with type parameters of type PointProjection Modifier and Type Field Description protected List<PointProjection>LinkProjection.Line. pointProjectionsprotected List<PointProjection>ZoneProjection.Boundary. pointProjectionsMethods in uk.org.ifopt.siri21 that return PointProjection Modifier and Type Method Description PointProjectionObjectFactory. createPointProjection()Create an instance ofPointProjectionMethods in uk.org.ifopt.siri21 that return types with arguments of type PointProjection Modifier and Type Method Description List<PointProjection>LinkProjection.Line. getPointProjections()Gets the value of the pointProjections property.List<PointProjection>ZoneProjection.Boundary. getPointProjections()Gets the value of the pointProjections property. -
Uses of PointProjection in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as PointProjection Modifier and Type Field Description protected PointProjectionAffectedStopPlaceComponentStructure. pointProjectionMethods in uk.org.siri.siri21 that return PointProjection Modifier and Type Method Description PointProjectionAffectedStopPlaceComponentStructure. getPointProjection()Gets the value of the pointProjection property.Methods in uk.org.siri.siri21 with parameters of type PointProjection Modifier and Type Method Description voidAffectedStopPlaceComponentStructure. setPointProjection(PointProjection value)Sets the value of the pointProjection property.
-