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

Uses of PositionType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as PositionType
protected  PositionType ReverseGeocodeRequestType.position
           
protected  PositionType OverlayType.position
           
protected  PositionType OutputMSInformationType.position
           
 

Methods in net.opengis.ols.v_1_2 that return PositionType
 PositionType ObjectFactory.createPositionType()
          Create an instance of PositionType
 PositionType ReverseGeocodeRequestType.getPosition()
          Gets the value of the position property.
 PositionType OverlayType.getPosition()
          Gets the value of the position property.
 PositionType OutputMSInformationType.getPosition()
          Gets the value of the position property.
 PositionType PositionType.withCircleByCenterPoint(CircleByCenterPointType value)
           
 PositionType PositionType.withCircularArc(CircularArcType value)
           
 PositionType PositionType.withDirection(AngleType value)
           
 PositionType PositionType.withEllipse(EllipseType value)
           
 PositionType PositionType.withLevelOfConf(String value)
           
 PositionType PositionType.withMultiPolygon(MultiPolygonType value)
           
 PositionType PositionType.withPoint(PointType value)
           
 PositionType PositionType.withPolygon(PolygonType value)
           
 PositionType PositionType.withQoP(QualityOfPositionType value)
           
 PositionType PositionType.withSpeed(SpeedType value)
           
 PositionType PositionType.withTime(TimeType value)
           
 

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

Methods in net.opengis.ols.v_1_2 with parameters of type PositionType
 JAXBElement<PositionType> ObjectFactory.createPosition(PositionType value)
          Create an instance of JAXBElement<PositionType>}
 void ReverseGeocodeRequestType.setPosition(PositionType value)
          Sets the value of the position property.
 void OverlayType.setPosition(PositionType value)
          Sets the value of the position property.
 void OutputMSInformationType.setPosition(PositionType value)
          Sets the value of the position property.
 ReverseGeocodeRequestType ReverseGeocodeRequestType.withPosition(PositionType value)
           
 OverlayType OverlayType.withPosition(PositionType value)
           
 OutputMSInformationType OutputMSInformationType.withPosition(PositionType value)
           
 



Copyright © 2008-2015. All Rights Reserved.