org.citygml4j.jaxb.citygml.app._2
Class AbstractTextureParameterizationType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.citygml.app._2.AbstractTextureParameterizationType
Direct Known Subclasses:
TexCoordGenType, TexCoordListType

public abstract class AbstractTextureParameterizationType
extends AbstractGMLType

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-Klasse für AbstractTextureParameterizationType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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/2.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

AbstractTextureParameterizationType

public AbstractTextureParameterizationType()
Method Detail

get_ADEComponent

public java.util.List<org.w3c.dom.Element> get_ADEComponent()
Gets the value of the adeComponent property.

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


isSet_ADEComponent

public boolean isSet_ADEComponent()

unset_ADEComponent

public void unset_ADEComponent()

get_GenericApplicationPropertyOfTextureParameterization

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTextureParameterization()
Gets the value of the genericApplicationPropertyOfTextureParameterization property.

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>


isSet_GenericApplicationPropertyOfTextureParameterization

public boolean isSet_GenericApplicationPropertyOfTextureParameterization()

unset_GenericApplicationPropertyOfTextureParameterization

public void unset_GenericApplicationPropertyOfTextureParameterization()

set_ADEComponent

public void set_ADEComponent(java.util.List<org.w3c.dom.Element> adeComponent)
Sets the value of the _ADEComponent property.

Parameters:
adeComponent - allowed object is Element

set_GenericApplicationPropertyOfTextureParameterization

public void set_GenericApplicationPropertyOfTextureParameterization(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTextureParameterization)
Sets the value of the _GenericApplicationPropertyOfTextureParameterization property.

Parameters:
genericApplicationPropertyOfTextureParameterization - allowed object is JAXBElement<Object> JAXBElement<Object>