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

Uses of WayPointType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as WayPointType
protected  WayPointType WayPointListType.endPoint
           
protected  WayPointType WayPointListType.startPoint
           
 

Fields in net.opengis.ols.v_1_2 with type parameters of type WayPointType
protected  List<WayPointType> WayPointListType.viaPoint
           
 

Methods in net.opengis.ols.v_1_2 that return WayPointType
 WayPointType ObjectFactory.createWayPointType()
          Create an instance of WayPointType
 WayPointType WayPointListType.getEndPoint()
          Gets the value of the endPoint property.
 WayPointType WayPointListType.getStartPoint()
          Gets the value of the startPoint property.
 WayPointType WayPointType.withGeocodeMatchCode(GeocodingQOSType value)
           
 WayPointType WayPointType.withLocation(JAXBElement<? extends AbstractLocationType> value)
           
 WayPointType WayPointType.withStop(boolean value)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type WayPointType
 JAXBElement<WayPointType> ObjectFactory.createEndPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 JAXBElement<WayPointType> ObjectFactory.createStartPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 JAXBElement<WayPointType> ObjectFactory.createViaPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 List<WayPointType> WayPointListType.getViaPoint()
          Gets the value of the viaPoint property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type WayPointType
 JAXBElement<WayPointType> ObjectFactory.createEndPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 JAXBElement<WayPointType> ObjectFactory.createStartPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 JAXBElement<WayPointType> ObjectFactory.createViaPoint(WayPointType value)
          Create an instance of JAXBElement<WayPointType>}
 void WayPointListType.setEndPoint(WayPointType value)
          Sets the value of the endPoint property.
 void WayPointListType.setStartPoint(WayPointType value)
          Sets the value of the startPoint property.
 WayPointListType WayPointListType.withEndPoint(WayPointType value)
           
 WayPointListType WayPointListType.withStartPoint(WayPointType value)
           
 WayPointListType WayPointListType.withViaPoint(WayPointType... values)
           
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type WayPointType
 void WayPointListType.setViaPoint(List<WayPointType> value)
           
 WayPointListType WayPointListType.withViaPoint(Collection<WayPointType> values)
           
 WayPointListType WayPointListType.withViaPoint(List<WayPointType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.