public class Alias extends AbstractObject implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractObject> |
aliasObjectExtension
|
protected List<Object> |
aliasSimpleExtension |
protected String |
sourceHref
|
protected String |
targetHref
|
id, objectSimpleExtension, targetId| Constructor and Description |
|---|
Alias() |
| Modifier and Type | Method and Description |
|---|---|
Alias |
addToAliasObjectExtension(AbstractObject aliasObjectExtension)
add a value to the aliasObjectExtension property collection
|
Alias |
addToAliasSimpleExtension(Object aliasSimpleExtension)
add a value to the aliasSimpleExtension property collection
|
Alias |
addToObjectSimpleExtension(Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
|
Alias |
clone() |
boolean |
equals(Object obj) |
List<AbstractObject> |
getAliasObjectExtension() |
List<Object> |
getAliasSimpleExtension() |
String |
getSourceHref() |
String |
getTargetHref() |
int |
hashCode() |
void |
setAliasObjectExtension(List<AbstractObject> aliasObjectExtension) |
void |
setAliasSimpleExtension(List<Object> aliasSimpleExtension) |
void |
setObjectSimpleExtension(List<Object> objectSimpleExtension) |
void |
setSourceHref(String value) |
void |
setTargetHref(String value) |
Alias |
withAliasObjectExtension(List<AbstractObject> aliasObjectExtension)
fluent setter
|
Alias |
withAliasSimpleExtension(List<Object> aliasSimpleExtension)
fluent setter
|
Alias |
withId(String id)
fluent setter
|
Alias |
withObjectSimpleExtension(List<Object> objectSimpleExtension)
fluent setter
|
Alias |
withSourceHref(String sourceHref)
fluent setter
|
Alias |
withTargetHref(String targetHref)
fluent setter
|
Alias |
withTargetId(String targetId)
fluent setter
|
getId, getObjectSimpleExtension, getTargetId, setId, setTargetIdprotected String targetHref
A URL that specifies the .kml or .kmz file whose data (within Google Earth) is to
be modified by an
Specifies the texture file to be fetched by Google Earth. This reference can be a relative reference to an image file within the .kmz archive, or it can be an absolute reference to the file (for example, a URL).
protected String sourceHref
In Google Earth, if this mapping is not supplied, the following rules are used to locate the textures referenced in the Collada (.dae) file: No path: If the texture name does not include a path, Google Earth looks for the texture in the same directory as the .dae file that references it. Relative path: If the texture name includes a relative path (for example, ../images/mytexture.jpg), Google Earth interprets the path as being relative to the .dae file that references it. Absolute path: If the texture name is an absolute path (c:\mytexture.jpg) or a network path (for example, http://myserver.com/mytexture.jpg), Google Earth looks for the file in the specified location, regardless of where the .dae file is located.
Is the path specified for the texture file in the Collada .dae file.
Is the path specified for the texture file in the Collada .dae file.
protected List<AbstractObject> aliasObjectExtension
public void setTargetHref(String value)
value - allowed object is
StringtargetHrefpublic void setSourceHref(String value)
value - allowed object is
StringsourceHrefpublic List<AbstractObject> getAliasObjectExtension()
aliasObjectExtensionpublic int hashCode()
hashCode in class AbstractObjectpublic boolean equals(Object obj)
equals in class AbstractObjectpublic void setAliasSimpleExtension(List<Object> aliasSimpleExtension)
aliasSimpleExtension - aliasSimpleExtensionpublic Alias addToAliasSimpleExtension(Object aliasSimpleExtension)
aliasSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setAliasObjectExtension(List<AbstractObject> aliasObjectExtension)
aliasObjectExtension - aliasObjectExtensionpublic Alias addToAliasObjectExtension(AbstractObject aliasObjectExtension)
aliasObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic void setObjectSimpleExtension(List<Object> objectSimpleExtension)
setObjectSimpleExtension in class AbstractObjectobjectSimpleExtensionpublic Alias addToObjectSimpleExtension(Object objectSimpleExtension)
AbstractObjectaddToObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - Objects of the following type are allowed in the list: Objectpublic Alias withTargetHref(String targetHref)
targetHref - required parametersetTargetHref(String)public Alias withSourceHref(String sourceHref)
sourceHref - required parametersetSourceHref(String)public Alias withAliasSimpleExtension(List<Object> aliasSimpleExtension)
aliasSimpleExtension - required parameter#setAliasSimpleExtension(Listpublic Alias withAliasObjectExtension(List<AbstractObject> aliasObjectExtension)
aliasObjectExtension - required parameter#setAliasObjectExtension(List) public Alias withObjectSimpleExtension(List<Object> objectSimpleExtension)
AbstractObjectwithObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - required parameter#setObjectSimpleExtension(Listpublic Alias withId(String id)
AbstractObjectwithId in class AbstractObjectid - required parameterAbstractObject.setId(String)public Alias withTargetId(String targetId)
AbstractObjectwithTargetId in class AbstractObjecttargetId - required parameterAbstractObject.setTargetId(String)public Alias clone()
clone in class AbstractObjectCopyright © 2014 Micromata GmbH. All rights reserved.