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

Uses of LocationType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as LocationType
protected  LocationType ModelType.location
           
 

Methods in net.opengis.kml.v_2_3 that return LocationType
 LocationType ObjectFactory.createLocationType()
          Create an instance of LocationType
 LocationType ModelType.getLocation()
          Gets the value of the location property.
 LocationType LocationType.withAltitude(Double value)
           
 LocationType LocationType.withId(String value)
           
 LocationType LocationType.withLatitude(Double value)
           
 LocationType LocationType.withLocationObjectExtensionGroup(AbstractObjectType... values)
           
 LocationType LocationType.withLocationObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LocationType LocationType.withLocationObjectExtensionGroup(List<AbstractObjectType> value)
           
 LocationType LocationType.withLocationSimpleExtensionGroup(Collection<Object> values)
           
 LocationType LocationType.withLocationSimpleExtensionGroup(List<Object> value)
           
 LocationType LocationType.withLocationSimpleExtensionGroup(Object... values)
           
 LocationType LocationType.withLongitude(Double value)
           
 LocationType LocationType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 LocationType LocationType.withObjectSimpleExtensionGroup(List<Object> value)
           
 LocationType LocationType.withObjectSimpleExtensionGroup(Object... values)
           
 LocationType LocationType.withTargetId(String value)
           
 

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

Methods in net.opengis.kml.v_2_3 with parameters of type LocationType
 JAXBElement<LocationType> ObjectFactory.createLocation(LocationType value)
          Create an instance of JAXBElement<LocationType>}
 void ModelType.setLocation(LocationType value)
          Sets the value of the location property.
 ModelType ModelType.withLocation(LocationType value)
           
 



Copyright © 2008-2016. All Rights Reserved.