org.citygml4j.model.citygml.appearance
Class AbstractTextureParameterization

java.lang.Object
  extended by org.citygml4j.model.gml.base.AbstractGML
      extended by org.citygml4j.model.citygml.appearance.AbstractTextureParameterization
All Implemented Interfaces:
AppearanceModuleComponent, CityGML, Associable, ModelObject, Child, Copyable, StandardObjectProperties, GML
Direct Known Subclasses:
TexCoordGen, TexCoordList

public abstract class AbstractTextureParameterization
extends AbstractGML
implements AppearanceModuleComponent


Constructor Summary
AbstractTextureParameterization()
           
AbstractTextureParameterization(AppearanceModule module)
           
 
Method Summary
 void addGenericADEComponent(ADEComponent genericADEComponent)
           
 void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 AppearanceModule getCityGMLModule()
           
 java.util.List<ADEComponent> getGenericADEComponent()
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()
           
 ModelType getModelType()
           
 boolean isSetCityGMLModule()
           
 boolean isSetGenericADEComponent()
           
 boolean isSetGenericApplicationPropertyOfTextureParameterization()
           
 void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)
           
 void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)
           
 void unsetGenericADEComponent()
           
 boolean unsetGenericADEComponent(ADEComponent genericADEComponent)
           
 void unsetGenericApplicationPropertyOfTextureParameterization()
           
 boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
           
 
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML
accept, accept, addMetaDataProperty, addName, getDescription, getGMLClass, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AbstractTextureParameterization

public AbstractTextureParameterization()

AbstractTextureParameterization

public AbstractTextureParameterization(AppearanceModule module)
Method Detail

addGenericADEComponent

public void addGenericADEComponent(ADEComponent genericADEComponent)

addGenericApplicationPropertyOfTextureParameterization

public void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)

getGenericADEComponent

public java.util.List<ADEComponent> getGenericADEComponent()

getGenericApplicationPropertyOfTextureParameterization

public java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()

isSetGenericADEComponent

public boolean isSetGenericADEComponent()

isSetGenericApplicationPropertyOfTextureParameterization

public boolean isSetGenericApplicationPropertyOfTextureParameterization()

setGenericADEComponent

public void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)

setGenericApplicationPropertyOfTextureParameterization

public void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)

unsetGenericADEComponent

public void unsetGenericADEComponent()

unsetGenericADEComponent

public boolean unsetGenericADEComponent(ADEComponent genericADEComponent)

unsetGenericApplicationPropertyOfTextureParameterization

public void unsetGenericApplicationPropertyOfTextureParameterization()

unsetGenericApplicationPropertyOfTextureParameterization

public boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AbstractGML

getCityGMLModule

public final AppearanceModule getCityGMLModule()
Specified by:
getCityGMLModule in interface CityGML

isSetCityGMLModule

public boolean isSetCityGMLModule()
Specified by:
isSetCityGMLModule in interface CityGML

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AbstractGML