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

Uses of OrientationType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as OrientationType
protected  OrientationType ModelType.orientation
           
 

Methods in net.opengis.kml.v_2_3 that return OrientationType
 OrientationType ObjectFactory.createOrientationType()
          Create an instance of OrientationType
 OrientationType ModelType.getOrientation()
          Gets the value of the orientation property.
 OrientationType OrientationType.withHeading(Double value)
           
 OrientationType OrientationType.withId(String value)
           
 OrientationType OrientationType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 OrientationType OrientationType.withObjectSimpleExtensionGroup(List<Object> value)
           
 OrientationType OrientationType.withObjectSimpleExtensionGroup(Object... values)
           
 OrientationType OrientationType.withOrientationObjectExtensionGroup(AbstractObjectType... values)
           
 OrientationType OrientationType.withOrientationObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 OrientationType OrientationType.withOrientationObjectExtensionGroup(List<AbstractObjectType> value)
           
 OrientationType OrientationType.withOrientationSimpleExtensionGroup(Collection<Object> values)
           
 OrientationType OrientationType.withOrientationSimpleExtensionGroup(List<Object> value)
           
 OrientationType OrientationType.withOrientationSimpleExtensionGroup(Object... values)
           
 OrientationType OrientationType.withRoll(Double value)
           
 OrientationType OrientationType.withTargetId(String value)
           
 OrientationType OrientationType.withTilt(Double value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type OrientationType
 JAXBElement<OrientationType> ObjectFactory.createOrientation(OrientationType value)
          Create an instance of JAXBElement<OrientationType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type OrientationType
 JAXBElement<OrientationType> ObjectFactory.createOrientation(OrientationType value)
          Create an instance of JAXBElement<OrientationType>}
 void ModelType.setOrientation(OrientationType value)
          Sets the value of the orientation property.
 ModelType ModelType.withOrientation(OrientationType value)
           
 



Copyright © 2008-2016. All Rights Reserved.