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

Uses of AngleType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as AngleType
protected  AngleType HorAccType.angle
           
protected  AngleType PositionType.direction
           
 

Methods in net.opengis.ols.v_1_2 that return AngleType
 AngleType ObjectFactory.createAngleType()
          Create an instance of AngleType
 AngleType HorAccType.getAngle()
          Gets the value of the angle property.
 AngleType PositionType.getDirection()
          Gets the value of the direction property.
 AngleType AngleType.withAccuracy(BigDecimal value)
           
 AngleType AngleType.withValue(BigDecimal value)
           
 

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

Methods in net.opengis.ols.v_1_2 with parameters of type AngleType
 JAXBElement<AngleType> ObjectFactory.createAngle(AngleType value)
          Create an instance of JAXBElement<AngleType>}
 void HorAccType.setAngle(AngleType value)
          Sets the value of the angle property.
 void PositionType.setDirection(AngleType value)
          Sets the value of the direction property.
 HorAccType HorAccType.withAngle(AngleType value)
           
 PositionType PositionType.withDirection(AngleType value)
           
 



Copyright © 2008-2015. All Rights Reserved.