org.citygml4j.model.citygml.appearance
Class TexCoordGen
java.lang.Object
org.citygml4j.model.gml.base.AbstractGML
org.citygml4j.model.citygml.appearance.AbstractTextureParameterization
org.citygml4j.model.citygml.appearance.TexCoordGen
- All Implemented Interfaces:
- AppearanceModuleComponent, CityGML, Associable, ModelObject, Child, Copyable, StandardObjectProperties, GML
public class TexCoordGen
- extends AbstractTextureParameterization
Methods inherited from class org.citygml4j.model.citygml.appearance.AbstractTextureParameterization |
addGenericADEComponent, addGenericApplicationPropertyOfTextureParameterization, getCityGMLModule, getGenericADEComponent, getGenericApplicationPropertyOfTextureParameterization, getModelType, isSetCityGMLModule, isSetGenericADEComponent, isSetGenericApplicationPropertyOfTextureParameterization, setGenericADEComponent, setGenericApplicationPropertyOfTextureParameterization, unsetGenericADEComponent, unsetGenericADEComponent, unsetGenericApplicationPropertyOfTextureParameterization, unsetGenericApplicationPropertyOfTextureParameterization |
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML |
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 |
TexCoordGen
public TexCoordGen()
TexCoordGen
public TexCoordGen(AppearanceModule module)
addGenericApplicationPropertyOfTexCoordGen
public void addGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)
getGenericApplicationPropertyOfTexCoordGen
public java.util.List<ADEComponent> getGenericApplicationPropertyOfTexCoordGen()
getWorldToTexture
public WorldToTexture getWorldToTexture()
isSetGenericApplicationPropertyOfTexCoordGen
public boolean isSetGenericApplicationPropertyOfTexCoordGen()
isSetWorldToTexture
public boolean isSetWorldToTexture()
setGenericApplicationPropertyOfTexCoordGen
public void setGenericApplicationPropertyOfTexCoordGen(java.util.List<ADEComponent> ade)
setWorldToTexture
public void setWorldToTexture(WorldToTexture worldToTexture)
unsetGenericApplicationPropertyOfTexCoordGen
public void unsetGenericApplicationPropertyOfTexCoordGen()
unsetGenericApplicationPropertyOfTexCoordGen
public boolean unsetGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)
unsetWorldToTexture
public void unsetWorldToTexture()
getCityGMLClass
public CityGMLClass getCityGMLClass()
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AbstractTextureParameterization
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in class AbstractGML
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in class AbstractGML