Uses of Class
uk.org.ifopt.siri20.PointProjection
-
Packages that use PointProjection Package Description uk.org.ifopt.siri20 uk.org.siri.siri20 -
-
Uses of PointProjection in uk.org.ifopt.siri20
Fields in uk.org.ifopt.siri20 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.siri20 that return PointProjection Modifier and Type Method Description PointProjectionObjectFactory. createPointProjection()Create an instance ofPointProjectionMethods in uk.org.ifopt.siri20 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.siri20
Fields in uk.org.siri.siri20 declared as PointProjection Modifier and Type Field Description protected PointProjectionAffectedStopPlaceComponentStructure. pointProjectionMethods in uk.org.siri.siri20 that return PointProjection Modifier and Type Method Description PointProjectionAffectedStopPlaceComponentStructure. getPointProjection()Gets the value of the pointProjection property.Methods in uk.org.siri.siri20 with parameters of type PointProjection Modifier and Type Method Description voidAffectedStopPlaceComponentStructure. setPointProjection(PointProjection value)Sets the value of the pointProjection property.
-