|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractFeatureType
net.opengis.kml.v_2_3.AbstractOverlayType
net.opengis.kml.v_2_3.GroundOverlayType
public class GroundOverlayType
Java class for GroundOverlayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroundOverlayType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractOverlayType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}altitude" minOccurs="0"/>
<group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
<element ref="{http://www.opengis.net/kml/2.2}AbstractExtentGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}GroundOverlaySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}GroundOverlayObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends AbstractExtentType> |
abstractExtentGroup
|
protected Double |
altitude
|
protected AltitudeModeEnumType |
altitudeMode
|
protected List<AbstractObjectType> |
altitudeModeObjectExtensionGroup
|
protected List<Object> |
altitudeModeSimpleExtensionGroup
|
protected List<AbstractObjectType> |
groundOverlayObjectExtensionGroup
|
protected List<Object> |
groundOverlaySimpleExtensionGroup
|
protected SeaFloorAltitudeModeEnumType |
seaFloorAltitudeMode
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractOverlayType |
|---|
abstractOverlayObjectExtensionGroup, abstractOverlaySimpleExtensionGroup, color, drawOrder, icon |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractFeatureType |
|---|
abstractExtendedDataGroup, abstractFeatureObjectExtensionGroup, abstractFeatureSimpleExtensionGroup, abstractSnippetGroup, abstractStyleSelectorGroup, abstractTimePrimitiveGroup, abstractViewGroup, address, addressDetails, atomAuthor, atomLink, balloonVisibility, description, name, open, phoneNumber, region, styleUrl, visibility |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
GroundOverlayType()
|
|
| Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Double altitude
protected AltitudeModeEnumType altitudeMode
protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
protected List<Object> altitudeModeSimpleExtensionGroup
protected List<AbstractObjectType> altitudeModeObjectExtensionGroup
protected JAXBElement<? extends AbstractExtentType> abstractExtentGroup
protected List<Object> groundOverlaySimpleExtensionGroup
protected List<AbstractObjectType> groundOverlayObjectExtensionGroup
| Constructor Detail |
|---|
public GroundOverlayType()
| Method Detail |
|---|
public Double getAltitude()
Doublepublic void setAltitude(Double value)
value - allowed object is
Doublepublic boolean isSetAltitude()
public AltitudeModeEnumType getAltitudeMode()
AltitudeModeEnumTypepublic void setAltitudeMode(AltitudeModeEnumType value)
value - allowed object is
AltitudeModeEnumTypepublic boolean isSetAltitudeMode()
public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
SeaFloorAltitudeModeEnumTypepublic void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
value - allowed object is
SeaFloorAltitudeModeEnumTypepublic boolean isSetSeaFloorAltitudeMode()
public List<Object> getAltitudeModeSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAltitudeModeSimpleExtensionGroup()
public void unsetAltitudeModeSimpleExtensionGroup()
public List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAltitudeModeObjectExtensionGroup()
public void unsetAltitudeModeObjectExtensionGroup()
public JAXBElement<? extends AbstractExtentType> getAbstractExtentGroup()
JAXBElement<AbstractExtentType>
JAXBElement<LatLonAltBoxType>
JAXBElement<LatLonQuadType>
JAXBElement<AbstractLatLonBoxType>
JAXBElement<LatLonBoxType>public void setAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
value - allowed object is
JAXBElement<AbstractExtentType>
JAXBElement<LatLonAltBoxType>
JAXBElement<LatLonQuadType>
JAXBElement<AbstractLatLonBoxType>
JAXBElement<LatLonBoxType>public boolean isSetAbstractExtentGroup()
public List<Object> getGroundOverlaySimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the groundOverlaySimpleExtensionGroup property.
For example, to add a new item, do as follows:
getGroundOverlaySimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGroundOverlaySimpleExtensionGroup()
public void unsetGroundOverlaySimpleExtensionGroup()
public List<AbstractObjectType> getGroundOverlayObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the groundOverlayObjectExtensionGroup property.
For example, to add a new item, do as follows:
getGroundOverlayObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetGroundOverlayObjectExtensionGroup()
public void unsetGroundOverlayObjectExtensionGroup()
public String toString()
toString in class AbstractOverlayType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractOverlayType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractOverlayType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractOverlayTypepublic boolean equals(Object object)
equals in class AbstractOverlayType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractOverlayTypepublic int hashCode()
hashCode in class AbstractOverlayTypepublic Object clone()
clone in class AbstractOverlayTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractOverlayType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractOverlayTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractOverlayType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractOverlayTypepublic void setAltitudeModeSimpleExtensionGroup(List<Object> value)
public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public void setGroundOverlaySimpleExtensionGroup(List<Object> value)
public void setGroundOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public GroundOverlayType withAltitude(Double value)
public GroundOverlayType withAltitudeMode(AltitudeModeEnumType value)
public GroundOverlayType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public GroundOverlayType withAltitudeModeSimpleExtensionGroup(Object... values)
public GroundOverlayType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public GroundOverlayType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public GroundOverlayType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public GroundOverlayType withAbstractExtentGroup(JAXBElement<? extends AbstractExtentType> value)
public GroundOverlayType withGroundOverlaySimpleExtensionGroup(Object... values)
public GroundOverlayType withGroundOverlaySimpleExtensionGroup(Collection<Object> values)
public GroundOverlayType withGroundOverlayObjectExtensionGroup(AbstractObjectType... values)
public GroundOverlayType withGroundOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
public GroundOverlayType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public GroundOverlayType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public GroundOverlayType withGroundOverlaySimpleExtensionGroup(List<Object> value)
public GroundOverlayType withGroundOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public GroundOverlayType withColor(byte[] value)
withColor in class AbstractOverlayTypepublic GroundOverlayType withDrawOrder(Integer value)
withDrawOrder in class AbstractOverlayTypepublic GroundOverlayType withIcon(LinkType value)
withIcon in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlaySimpleExtensionGroup(Object... values)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlaySimpleExtensionGroup(Collection<Object> values)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlayObjectExtensionGroup(AbstractObjectType... values)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlaySimpleExtensionGroup(List<Object> value)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withName(String value)
withName in class AbstractOverlayTypepublic GroundOverlayType withVisibility(Boolean value)
withVisibility in class AbstractOverlayTypepublic GroundOverlayType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractOverlayTypepublic GroundOverlayType withOpen(Boolean value)
withOpen in class AbstractOverlayTypepublic GroundOverlayType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractOverlayTypepublic GroundOverlayType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractOverlayTypepublic GroundOverlayType withAddress(String value)
withAddress in class AbstractOverlayTypepublic GroundOverlayType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractOverlayTypepublic GroundOverlayType withPhoneNumber(String value)
withPhoneNumber in class AbstractOverlayTypepublic GroundOverlayType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractOverlayTypepublic GroundOverlayType withDescription(String value)
withDescription in class AbstractOverlayTypepublic GroundOverlayType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractOverlayTypepublic GroundOverlayType withStyleUrl(String value)
withStyleUrl in class AbstractOverlayTypepublic GroundOverlayType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic GroundOverlayType withRegion(RegionType value)
withRegion in class AbstractOverlayTypepublic GroundOverlayType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractOverlayTypepublic GroundOverlayType withId(String value)
withId in class AbstractOverlayTypepublic GroundOverlayType withTargetId(String value)
withTargetId in class AbstractOverlayTypepublic GroundOverlayType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractOverlayType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||