Uses of Class
net.opengis.ols.v_1_2.WayPointListType

Uses of WayPointListType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as WayPointListType
protected  WayPointListType RoutePlanType.wayPointList
           
 

Methods in net.opengis.ols.v_1_2 that return WayPointListType
 WayPointListType ObjectFactory.createWayPointListType()
          Create an instance of WayPointListType
 WayPointListType RoutePlanType.getWayPointList()
          Gets the value of the wayPointList property.
 WayPointListType WayPointListType.withEndPoint(WayPointType value)
           
 WayPointListType WayPointListType.withStartPoint(WayPointType value)
           
 WayPointListType WayPointListType.withViaPoint(Collection<WayPointType> values)
           
 WayPointListType WayPointListType.withViaPoint(List<WayPointType> value)
           
 WayPointListType WayPointListType.withViaPoint(WayPointType... values)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type WayPointListType
 JAXBElement<WayPointListType> ObjectFactory.createWayPointList(WayPointListType value)
          Create an instance of JAXBElement<WayPointListType>}
 

Methods in net.opengis.ols.v_1_2 with parameters of type WayPointListType
 JAXBElement<WayPointListType> ObjectFactory.createWayPointList(WayPointListType value)
          Create an instance of JAXBElement<WayPointListType>}
 void RoutePlanType.setWayPointList(WayPointListType value)
          Sets the value of the wayPointList property.
 RoutePlanType RoutePlanType.withWayPointList(WayPointListType value)
           
 



Copyright © 2008-2016. All Rights Reserved.