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

Uses of LodType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as LodType
protected  LodType RegionType.lod
           
 

Methods in net.opengis.kml.v_2_3 that return LodType
 LodType ObjectFactory.createLodType()
          Create an instance of LodType
 LodType RegionType.getLod()
          Gets the value of the lod property.
 LodType LodType.withId(String value)
           
 LodType LodType.withLodObjectExtensionGroup(AbstractObjectType... values)
           
 LodType LodType.withLodObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LodType LodType.withLodObjectExtensionGroup(List<AbstractObjectType> value)
           
 LodType LodType.withLodSimpleExtensionGroup(Collection<Object> values)
           
 LodType LodType.withLodSimpleExtensionGroup(List<Object> value)
           
 LodType LodType.withLodSimpleExtensionGroup(Object... values)
           
 LodType LodType.withMaxFadeExtent(Double value)
           
 LodType LodType.withMaxLodPixels(Double value)
           
 LodType LodType.withMinFadeExtent(Double value)
           
 LodType LodType.withMinLodPixels(Double value)
           
 LodType LodType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 LodType LodType.withObjectSimpleExtensionGroup(List<Object> value)
           
 LodType LodType.withObjectSimpleExtensionGroup(Object... values)
           
 LodType LodType.withTargetId(String value)
           
 

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

Methods in net.opengis.kml.v_2_3 with parameters of type LodType
 JAXBElement<LodType> ObjectFactory.createLod(LodType value)
          Create an instance of JAXBElement<LodType>}
 void RegionType.setLod(LodType value)
          Sets the value of the lod property.
 RegionType RegionType.withLod(LodType value)
           
 



Copyright © 2008-2015. All Rights Reserved.