|
|||||||||
| 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.PhotoOverlayType
public class PhotoOverlayType
Java class for PhotoOverlayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhotoOverlayType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractOverlayType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}rotation" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ViewVolume" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ImagePyramid" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Point" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}abstractShape" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PhotoOverlaySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PhotoOverlayObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
abstractShape
|
protected ImagePyramidType |
imagePyramid
|
protected List<AbstractObjectType> |
photoOverlayObjectExtensionGroup
|
protected List<Object> |
photoOverlaySimpleExtensionGroup
|
protected PointType |
point
|
protected Double |
rotation
|
protected ViewVolumeType |
viewVolume
|
| 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 | |
|---|---|
PhotoOverlayType()
|
|
| 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 rotation
protected ViewVolumeType viewVolume
protected ImagePyramidType imagePyramid
protected PointType point
protected JAXBElement<?> abstractShape
protected List<Object> photoOverlaySimpleExtensionGroup
protected List<AbstractObjectType> photoOverlayObjectExtensionGroup
| Constructor Detail |
|---|
public PhotoOverlayType()
| Method Detail |
|---|
public Double getRotation()
Doublepublic void setRotation(Double value)
value - allowed object is
Doublepublic boolean isSetRotation()
public ViewVolumeType getViewVolume()
ViewVolumeTypepublic void setViewVolume(ViewVolumeType value)
value - allowed object is
ViewVolumeTypepublic boolean isSetViewVolume()
public ImagePyramidType getImagePyramid()
ImagePyramidTypepublic void setImagePyramid(ImagePyramidType value)
value - allowed object is
ImagePyramidTypepublic boolean isSetImagePyramid()
public PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic boolean isSetPoint()
public JAXBElement<?> getAbstractShape()
JAXBElement<String>
JAXBElement<ShapeEnumType>public void setAbstractShape(JAXBElement<?> value)
value - allowed object is
JAXBElement<String>
JAXBElement<ShapeEnumType>public boolean isSetAbstractShape()
public List<Object> getPhotoOverlaySimpleExtensionGroup()
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 photoOverlaySimpleExtensionGroup property.
For example, to add a new item, do as follows:
getPhotoOverlaySimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetPhotoOverlaySimpleExtensionGroup()
public void unsetPhotoOverlaySimpleExtensionGroup()
public List<AbstractObjectType> getPhotoOverlayObjectExtensionGroup()
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 photoOverlayObjectExtensionGroup property.
For example, to add a new item, do as follows:
getPhotoOverlayObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetPhotoOverlayObjectExtensionGroup()
public void unsetPhotoOverlayObjectExtensionGroup()
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 setPhotoOverlaySimpleExtensionGroup(List<Object> value)
public void setPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public PhotoOverlayType withRotation(Double value)
public PhotoOverlayType withViewVolume(ViewVolumeType value)
public PhotoOverlayType withImagePyramid(ImagePyramidType value)
public PhotoOverlayType withPoint(PointType value)
public PhotoOverlayType withAbstractShape(JAXBElement<?> value)
public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Object... values)
public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Collection<Object> values)
public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(AbstractObjectType... values)
public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(List<Object> value)
public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)
public PhotoOverlayType withColor(byte[] value)
withColor in class AbstractOverlayTypepublic PhotoOverlayType withDrawOrder(Integer value)
withDrawOrder in class AbstractOverlayTypepublic PhotoOverlayType withIcon(LinkType value)
withIcon in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Object... values)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Collection<Object> values)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlayObjectExtensionGroup(AbstractObjectType... values)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(List<Object> value)
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withName(String value)
withName in class AbstractOverlayTypepublic PhotoOverlayType withVisibility(Boolean value)
withVisibility in class AbstractOverlayTypepublic PhotoOverlayType withBalloonVisibility(Boolean value)
withBalloonVisibility in class AbstractOverlayTypepublic PhotoOverlayType withOpen(Boolean value)
withOpen in class AbstractOverlayTypepublic PhotoOverlayType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
withAtomAuthor in class AbstractOverlayTypepublic PhotoOverlayType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
withAtomLink in class AbstractOverlayTypepublic PhotoOverlayType withAddress(String value)
withAddress in class AbstractOverlayTypepublic PhotoOverlayType withAddressDetails(AddressDetails value)
withAddressDetails in class AbstractOverlayTypepublic PhotoOverlayType withPhoneNumber(String value)
withPhoneNumber in class AbstractOverlayTypepublic PhotoOverlayType withAbstractSnippetGroup(JAXBElement<?> value)
withAbstractSnippetGroup in class AbstractOverlayTypepublic PhotoOverlayType withDescription(String value)
withDescription in class AbstractOverlayTypepublic PhotoOverlayType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
withAbstractViewGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
withAbstractTimePrimitiveGroup in class AbstractOverlayTypepublic PhotoOverlayType withStyleUrl(String value)
withStyleUrl in class AbstractOverlayTypepublic PhotoOverlayType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic PhotoOverlayType withRegion(RegionType value)
withRegion in class AbstractOverlayTypepublic PhotoOverlayType withAbstractExtendedDataGroup(JAXBElement<?> value)
withAbstractExtendedDataGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Object... values)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
withAbstractStyleSelectorGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractOverlayTypepublic PhotoOverlayType withId(String value)
withId in class AbstractOverlayTypepublic PhotoOverlayType withTargetId(String value)
withTargetId in class AbstractOverlayTypepublic PhotoOverlayType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractOverlayType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||