|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.citygml._0_4.AbstractSurfaceDataType
org.citygml4j.jaxb.citygml._0_4.AbstractTextureType
org.citygml4j.jaxb.citygml._0_4.ParameterizedTextureType
public class ParameterizedTextureType
Specialization for standard 2D textures. "target" provides the linking to surface geometry. Only gml:MultiSurface and decendants of gml:AbstractSurfaceType are valid targets. As property of the link, a texture parameterization either as set of texture coordinates or transformation matrix is given.
Java class for ParameterizedTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterizedTextureType"> <complexContent> <extension base="{http://www.citygml.org/citygml/1/0/0}AbstractTextureType"> <sequence> <element name="target" type="{http://www.citygml.org/citygml/1/0/0}TextureAssociationType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.citygml.org/citygml/1/0/0}_GenericApplicationPropertyOfParameterizedTexture" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ParameterizedTextureType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
get_GenericApplicationPropertyOfParameterizedTexture()
Gets the value of the genericApplicationPropertyOfParameterizedTexture property. |
java.util.List<TextureAssociationType> |
getTarget()
Gets the value of the target property. |
boolean |
isSet_GenericApplicationPropertyOfParameterizedTexture()
|
boolean |
isSetTarget()
|
void |
set_GenericApplicationPropertyOfParameterizedTexture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfParameterizedTexture)
Sets the value of the _GenericApplicationPropertyOfParameterizedTexture property. |
void |
setTarget(java.util.List<TextureAssociationType> target)
Sets the value of the target property. |
void |
unset_GenericApplicationPropertyOfParameterizedTexture()
|
void |
unsetTarget()
|
Methods inherited from class org.citygml4j.jaxb.citygml._0_4.AbstractSurfaceDataType |
---|
get_GenericApplicationPropertyOfAbstractSurfaceData, isIsFront, isSet_GenericApplicationPropertyOfAbstractSurfaceData, isSetIsFront, set_GenericApplicationPropertyOfAbstractSurfaceData, setIsFront, unset_GenericApplicationPropertyOfAbstractSurfaceData |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType |
---|
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent |
Methods inherited from class org.citygml4j.jaxb.gml._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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterizedTextureType()
Method Detail |
---|
public java.util.List<TextureAssociationType> getTarget()
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 target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
TextureAssociationType
public boolean isSetTarget()
public void unsetTarget()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfParameterizedTexture()
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 genericApplicationPropertyOfParameterizedTexture property.
For example, to add a new item, do as follows:
get_GenericApplicationPropertyOfParameterizedTexture().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
Object
>
public boolean isSet_GenericApplicationPropertyOfParameterizedTexture()
public void unset_GenericApplicationPropertyOfParameterizedTexture()
public void setTarget(java.util.List<TextureAssociationType> target)
target
- allowed object is
TextureAssociationType
public void set_GenericApplicationPropertyOfParameterizedTexture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfParameterizedTexture)
genericApplicationPropertyOfParameterizedTexture
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
Object
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |