|
||||||||||
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.citygml.app._1.AbstractTextureParameterizationType
public abstract class AbstractTextureParameterizationType
Base class for augmenting a link "texture->surface" with texture parameterization. Subclasses of this class define concrete parameterizations. Currently, texture coordinates and texture coordinate generation using a transformation matrix are available.
Java class for AbstractTextureParameterizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTextureParameterizationType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element ref="{http://www.opengis.net/gml}_ADEComponent" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/appearance/1.0}_GenericApplicationPropertyOfTextureParameterization" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractTextureParameterizationType()
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Element> |
get_ADEComponent()
Gets the value of the adeComponent property. |
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
get_GenericApplicationPropertyOfTextureParameterization()
Gets the value of the genericApplicationPropertyOfTextureParameterization property. |
boolean |
isSet_ADEComponent()
|
boolean |
isSet_GenericApplicationPropertyOfTextureParameterization()
|
void |
set_ADEComponent(java.util.List<org.w3c.dom.Element> adeComponent)
Sets the value of the _ADEComponent property. |
void |
set_GenericApplicationPropertyOfTextureParameterization(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTextureParameterization)
Sets the value of the _GenericApplicationPropertyOfTextureParameterization property. |
void |
unset_ADEComponent()
|
void |
unset_GenericApplicationPropertyOfTextureParameterization()
|
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 AbstractTextureParameterizationType()
Method Detail |
---|
public java.util.List<org.w3c.dom.Element> get_ADEComponent()
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 adeComponent property.
For example, to add a new item, do as follows:
get_ADEComponent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public boolean isSet_ADEComponent()
public void unset_ADEComponent()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTextureParameterization()
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 genericApplicationPropertyOfTextureParameterization property.
For example, to add a new item, do as follows:
get_GenericApplicationPropertyOfTextureParameterization().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
Object
>
public boolean isSet_GenericApplicationPropertyOfTextureParameterization()
public void unset_GenericApplicationPropertyOfTextureParameterization()
public void set_ADEComponent(java.util.List<org.w3c.dom.Element> adeComponent)
adeComponent
- allowed object is
Element
public void set_GenericApplicationPropertyOfTextureParameterization(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTextureParameterization)
genericApplicationPropertyOfTextureParameterization
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
Object
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |