Uses of Class
net.opengis.olsnav.v_1_3.RoutePointType

Uses of RoutePointType in net.opengis.olsnav.v_1_3
 

Subclasses of RoutePointType in net.opengis.olsnav.v_1_3
static class RoutePointSequenceType.ViaPoint
          Java class for anonymous complex type.
 

Fields in net.opengis.olsnav.v_1_3 declared as RoutePointType
protected  RoutePointType RoutePointSequenceType.endPoint
           
protected  RoutePointType RoutePointSequenceType.startPoint
           
 

Methods in net.opengis.olsnav.v_1_3 that return RoutePointType
 RoutePointType ObjectFactory.createRoutePointType()
          Create an instance of RoutePointType
 RoutePointType RoutePointSequenceType.getEndPoint()
          Gets the value of the endPoint property.
 RoutePointType RoutePointSequenceType.getStartPoint()
          Gets the value of the startPoint property.
 RoutePointType RoutePointType.withLinkLoci(Collection<LocusType> values)
           
 RoutePointType RoutePointType.withLinkLoci(List<LocusType> value)
           
 RoutePointType RoutePointType.withLinkLoci(LocusType... values)
           
 

Methods in net.opengis.olsnav.v_1_3 with parameters of type RoutePointType
 void RoutePointSequenceType.setEndPoint(RoutePointType value)
          Sets the value of the endPoint property.
 void RoutePointSequenceType.setStartPoint(RoutePointType value)
          Sets the value of the startPoint property.
 RoutePointSequenceType RoutePointSequenceType.withEndPoint(RoutePointType value)
           
 RoutePointSequenceType RoutePointSequenceType.withStartPoint(RoutePointType value)
           
 



Copyright © 2008-2015. All Rights Reserved.