Class LodType

java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LodType

public class LodType extends ObjectType
<p>Java class for LodType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="LodType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}ObjectType"> <all> <element name="minLodPixels" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="maxLodPixels" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="minFadeExtent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="maxFadeExtent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </all> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • minLodPixels

      protected Float minLodPixels
    • maxLodPixels

      protected Float maxLodPixels
    • minFadeExtent

      protected Float minFadeExtent
    • maxFadeExtent

      protected Float maxFadeExtent
  • Constructor Details

    • LodType

      public LodType()
  • Method Details

    • getMinLodPixels

      public Float getMinLodPixels()
      Gets the value of the minLodPixels property.
      Returns:
      possible object is Float
    • setMinLodPixels

      public void setMinLodPixels(Float value)
      Sets the value of the minLodPixels property.
      Parameters:
      value - allowed object is Float
    • getMaxLodPixels

      public Float getMaxLodPixels()
      Gets the value of the maxLodPixels property.
      Returns:
      possible object is Float
    • setMaxLodPixels

      public void setMaxLodPixels(Float value)
      Sets the value of the maxLodPixels property.
      Parameters:
      value - allowed object is Float
    • getMinFadeExtent

      public Float getMinFadeExtent()
      Gets the value of the minFadeExtent property.
      Returns:
      possible object is Float
    • setMinFadeExtent

      public void setMinFadeExtent(Float value)
      Sets the value of the minFadeExtent property.
      Parameters:
      value - allowed object is Float
    • getMaxFadeExtent

      public Float getMaxFadeExtent()
      Gets the value of the maxFadeExtent property.
      Returns:
      possible object is Float
    • setMaxFadeExtent

      public void setMaxFadeExtent(Float value)
      Sets the value of the maxFadeExtent property.
      Parameters:
      value - allowed object is Float