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