Package com.google.earth.kml._2
Class ScreenOverlayType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.FeatureType
com.google.earth.kml._2.OverlayType
com.google.earth.kml._2.ScreenOverlayType
<p>Java class for ScreenOverlayType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ScreenOverlayType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}OverlayType">
<sequence>
<element name="overlayXY" type="{http://earth.google.com/kml/2.1}vec2Type" minOccurs="0"/>
<element name="screenXY" type="{http://earth.google.com/kml/2.1}vec2Type" minOccurs="0"/>
<element name="rotationXY" type="{http://earth.google.com/kml/2.1}vec2Type" minOccurs="0"/>
<element name="size" type="{http://earth.google.com/kml/2.1}vec2Type" minOccurs="0"/>
<element name="rotation" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Vec2Typeprotected Floatprotected Vec2Typeprotected Vec2Typeprotected Vec2TypeFields inherited from class com.google.earth.kml._2.OverlayType
color, drawOrder, iconFields inherited from class com.google.earth.kml._2.FeatureType
address, description, lookAt, metadata, name, open, phoneNumber, region, snippet, styleSelector, styleUrl, timePrimitive, visibilityFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the overlayXY property.Gets the value of the rotation property.Gets the value of the rotationXY property.Gets the value of the screenXY property.getSize()Gets the value of the size property.voidsetOverlayXY(Vec2Type value) Sets the value of the overlayXY property.voidsetRotation(Float value) Sets the value of the rotation property.voidsetRotationXY(Vec2Type value) Sets the value of the rotationXY property.voidsetScreenXY(Vec2Type value) Sets the value of the screenXY property.voidSets the value of the size property.Methods inherited from class com.google.earth.kml._2.OverlayType
getColor, getDrawOrder, getIcon, setColor, setDrawOrder, setIconMethods inherited from class com.google.earth.kml._2.FeatureType
getAddress, getDescription, getLookAt, getMetadata, getName, getPhoneNumber, getRegion, getSnippet, getStyleSelector, getStyleUrl, getTimePrimitive, isOpen, isVisibility, setAddress, setDescription, setLookAt, setMetadata, setName, setOpen, setPhoneNumber, setRegion, setSnippet, setStyleUrl, setTimePrimitive, setVisibilityMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
overlayXY
-
screenXY
-
rotationXY
-
size
-
rotation
-
-
Constructor Details
-
ScreenOverlayType
public ScreenOverlayType()
-
-
Method Details
-
getOverlayXY
Gets the value of the overlayXY property.- Returns:
- possible object is
Vec2Type
-
setOverlayXY
Sets the value of the overlayXY property.- Parameters:
value- allowed object isVec2Type
-
getScreenXY
Gets the value of the screenXY property.- Returns:
- possible object is
Vec2Type
-
setScreenXY
Sets the value of the screenXY property.- Parameters:
value- allowed object isVec2Type
-
getRotationXY
Gets the value of the rotationXY property.- Returns:
- possible object is
Vec2Type
-
setRotationXY
Sets the value of the rotationXY property.- Parameters:
value- allowed object isVec2Type
-
getSize
Gets the value of the size property.- Returns:
- possible object is
Vec2Type
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isVec2Type
-
getRotation
Gets the value of the rotation property.- Returns:
- possible object is
Float
-
setRotation
Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-