Package com.google.earth.kml._2
Class LodType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LodType
<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 Summary
FieldsFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maxFadeExtent property.Gets the value of the maxLodPixels property.Gets the value of the minFadeExtent property.Gets the value of the minLodPixels property.voidsetMaxFadeExtent(Float value) Sets the value of the maxFadeExtent property.voidsetMaxLodPixels(Float value) Sets the value of the maxLodPixels property.voidsetMinFadeExtent(Float value) Sets the value of the minFadeExtent property.voidsetMinLodPixels(Float value) Sets the value of the minLodPixels property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
minLodPixels
-
maxLodPixels
-
minFadeExtent
-
maxFadeExtent
-
-
Constructor Details
-
LodType
public LodType()
-
-
Method Details
-
getMinLodPixels
Gets the value of the minLodPixels property.- Returns:
- possible object is
Float
-
setMinLodPixels
Sets the value of the minLodPixels property.- Parameters:
value- allowed object isFloat
-
getMaxLodPixels
Gets the value of the maxLodPixels property.- Returns:
- possible object is
Float
-
setMaxLodPixels
Sets the value of the maxLodPixels property.- Parameters:
value- allowed object isFloat
-
getMinFadeExtent
Gets the value of the minFadeExtent property.- Returns:
- possible object is
Float
-
setMinFadeExtent
Sets the value of the minFadeExtent property.- Parameters:
value- allowed object isFloat
-
getMaxFadeExtent
Gets the value of the maxFadeExtent property.- Returns:
- possible object is
Float
-
setMaxFadeExtent
Sets the value of the maxFadeExtent property.- Parameters:
value- allowed object isFloat
-