org.citygml4j.model.citygml.appearance
Class AbstractTextureParameterization
java.lang.Object
org.citygml4j.model.gml.base.AbstractGML
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
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.common.copy.Copyable |
copy |
AbstractTextureParameterization
public AbstractTextureParameterization()
AbstractTextureParameterization
public AbstractTextureParameterization(AppearanceModule module)
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