|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.appearance.v_1_0.AbstractSurfaceDataType
net.opengis.citygml.appearance.v_1_0.AbstractTextureType
public class AbstractTextureType
Base class for textures. "imageURI" can contain any valid URI from references to a local file to preformatted web service requests. The linking to geometry and texture parameterization is provided by derived classes.
Java class for AbstractTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTextureType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/appearance/1.0}AbstractSurfaceDataType">
<sequence>
<element name="imageURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="mimeType" type="{http://www.opengis.net/citygml/1.0}MimeTypeType" minOccurs="0"/>
<element name="textureType" type="{http://www.opengis.net/citygml/appearance/1.0}TextureTypeType" minOccurs="0"/>
<element name="wrapMode" type="{http://www.opengis.net/citygml/appearance/1.0}WrapModeType" minOccurs="0"/>
<element name="borderColor" type="{http://www.opengis.net/citygml/appearance/1.0}ColorPlusOpacity" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/appearance/1.0}_GenericApplicationPropertyOfTexture" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Double> |
borderColor
|
protected List<Object> |
genericApplicationPropertyOfTexture
|
protected String |
imageURI
|
protected String |
mimeType
|
protected TextureTypeType |
textureType
|
protected WrapModeType |
wrapMode
|
| Fields inherited from class net.opengis.citygml.appearance.v_1_0.AbstractSurfaceDataType |
|---|
genericApplicationPropertyOfSurfaceData, isFront |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractTextureType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
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)
|
List<Double> |
getBorderColor()
Gets the value of the borderColor property. |
List<Object> |
getGenericApplicationPropertyOfTexture()
Gets the value of the genericApplicationPropertyOfTexture property. |
String |
getImageURI()
Gets the value of the imageURI property. |
String |
getMimeType()
Gets the value of the mimeType property. |
TextureTypeType |
getTextureType()
Gets the value of the textureType property. |
WrapModeType |
getWrapMode()
Gets the value of the wrapMode property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetBorderColor()
|
boolean |
isSetGenericApplicationPropertyOfTexture()
|
boolean |
isSetImageURI()
|
boolean |
isSetMimeType()
|
boolean |
isSetTextureType()
|
boolean |
isSetWrapMode()
|
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)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setBorderColor(List<Double> value)
|
void |
setGenericApplicationPropertyOfTexture(List<Object> value)
|
void |
setImageURI(String value)
Sets the value of the imageURI property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setTextureType(TextureTypeType value)
Sets the value of the textureType property. |
void |
setWrapMode(WrapModeType value)
Sets the value of the wrapMode property. |
String |
toString()
|
void |
unsetBorderColor()
|
void |
unsetGenericApplicationPropertyOfTexture()
|
AbstractTextureType |
withBorderColor(Collection<Double> values)
|
AbstractTextureType |
withBorderColor(Double... values)
|
AbstractTextureType |
withBorderColor(List<Double> value)
|
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
|
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(List<Object> value)
|
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(Object... values)
|
AbstractTextureType |
withGenericApplicationPropertyOfTexture(Collection<Object> values)
|
AbstractTextureType |
withGenericApplicationPropertyOfTexture(List<Object> value)
|
AbstractTextureType |
withGenericApplicationPropertyOfTexture(Object... values)
|
AbstractTextureType |
withImageURI(String value)
|
AbstractTextureType |
withIsFront(Boolean value)
|
AbstractTextureType |
withMimeType(String value)
|
AbstractTextureType |
withTextureType(TextureTypeType value)
|
AbstractTextureType |
withWrapMode(WrapModeType value)
|
| Methods inherited from class net.opengis.citygml.appearance.v_1_0.AbstractSurfaceDataType |
|---|
getGenericApplicationPropertyOfSurfaceData, isIsFront, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String imageURI
protected String mimeType
protected TextureTypeType textureType
protected WrapModeType wrapMode
protected List<Double> borderColor
protected List<Object> genericApplicationPropertyOfTexture
| Constructor Detail |
|---|
public AbstractTextureType()
| Method Detail |
|---|
public String getImageURI()
Stringpublic void setImageURI(String value)
value - allowed object is
Stringpublic boolean isSetImageURI()
public String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic boolean isSetMimeType()
public TextureTypeType getTextureType()
TextureTypeTypepublic void setTextureType(TextureTypeType value)
value - allowed object is
TextureTypeTypepublic boolean isSetTextureType()
public WrapModeType getWrapMode()
WrapModeTypepublic void setWrapMode(WrapModeType value)
value - allowed object is
WrapModeTypepublic boolean isSetWrapMode()
public List<Double> getBorderColor()
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 borderColor property.
For example, to add a new item, do as follows:
getBorderColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetBorderColor()
public void unsetBorderColor()
public List<Object> getGenericApplicationPropertyOfTexture()
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 genericApplicationPropertyOfTexture property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTexture().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfTexture()
public void unsetGenericApplicationPropertyOfTexture()
public String toString()
toString in class AbstractSurfaceDataType
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 AbstractSurfaceDataType
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 AbstractSurfaceDataType
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 AbstractSurfaceDataTypepublic boolean equals(Object object)
equals in class AbstractSurfaceDataType
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 AbstractSurfaceDataTypepublic int hashCode()
hashCode in class AbstractSurfaceDataTypepublic Object clone()
clone in class AbstractSurfaceDataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSurfaceDataType
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 AbstractSurfaceDataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class AbstractSurfaceDataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSurfaceDataType
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 AbstractSurfaceDataTypepublic void setBorderColor(List<Double> value)
public void setGenericApplicationPropertyOfTexture(List<Object> value)
public AbstractTextureType withImageURI(String value)
public AbstractTextureType withMimeType(String value)
public AbstractTextureType withTextureType(TextureTypeType value)
public AbstractTextureType withWrapMode(WrapModeType value)
public AbstractTextureType withBorderColor(Double... values)
public AbstractTextureType withBorderColor(Collection<Double> values)
public AbstractTextureType withGenericApplicationPropertyOfTexture(Object... values)
public AbstractTextureType withGenericApplicationPropertyOfTexture(Collection<Object> values)
public AbstractTextureType withBorderColor(List<Double> value)
public AbstractTextureType withGenericApplicationPropertyOfTexture(List<Object> value)
public AbstractTextureType withIsFront(Boolean value)
withIsFront in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||