Uses of Class
net.opengis.kml.v_2_3.Vec2Type

Uses of Vec2Type in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as Vec2Type
protected  Vec2Type IconStyleType.hotSpot
           
protected  Vec2Type ScreenOverlayType.overlayXY
           
protected  Vec2Type ScreenOverlayType.rotationXY
           
protected  Vec2Type ScreenOverlayType.screenXY
           
protected  Vec2Type ScreenOverlayType.size
           
 

Methods in net.opengis.kml.v_2_3 that return Vec2Type
 Vec2Type ObjectFactory.createVec2Type()
          Create an instance of Vec2Type
 Vec2Type IconStyleType.getHotSpot()
          Gets the value of the hotSpot property.
 Vec2Type ScreenOverlayType.getOverlayXY()
          Gets the value of the overlayXY property.
 Vec2Type ScreenOverlayType.getRotationXY()
          Gets the value of the rotationXY property.
 Vec2Type ScreenOverlayType.getScreenXY()
          Gets the value of the screenXY property.
 Vec2Type ScreenOverlayType.getSize()
          Gets the value of the size property.
 Vec2Type Vec2Type.withX(double value)
           
 Vec2Type Vec2Type.withXunits(UnitsEnumType value)
           
 Vec2Type Vec2Type.withY(double value)
           
 Vec2Type Vec2Type.withYunits(UnitsEnumType value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type Vec2Type
 JAXBElement<Vec2Type> ObjectFactory.createHotSpot(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createOverlayXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createRotationXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createScreenXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createSize(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type Vec2Type
 JAXBElement<Vec2Type> ObjectFactory.createHotSpot(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createOverlayXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createRotationXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createScreenXY(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 JAXBElement<Vec2Type> ObjectFactory.createSize(Vec2Type value)
          Create an instance of JAXBElement<Vec2Type>}
 void IconStyleType.setHotSpot(Vec2Type value)
          Sets the value of the hotSpot property.
 void ScreenOverlayType.setOverlayXY(Vec2Type value)
          Sets the value of the overlayXY property.
 void ScreenOverlayType.setRotationXY(Vec2Type value)
          Sets the value of the rotationXY property.
 void ScreenOverlayType.setScreenXY(Vec2Type value)
          Sets the value of the screenXY property.
 void ScreenOverlayType.setSize(Vec2Type value)
          Sets the value of the size property.
 IconStyleType IconStyleType.withHotSpot(Vec2Type value)
           
 ScreenOverlayType ScreenOverlayType.withOverlayXY(Vec2Type value)
           
 ScreenOverlayType ScreenOverlayType.withRotationXY(Vec2Type value)
           
 ScreenOverlayType ScreenOverlayType.withScreenXY(Vec2Type value)
           
 ScreenOverlayType ScreenOverlayType.withSize(Vec2Type value)
           
 



Copyright © 2008-2016. All Rights Reserved.