public class Appearance extends AbstractFeature implements AppearanceModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
Appearance() |
Appearance(AppearanceModule module) |
addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
addMetaDataProperty, addName, getDescription, 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
public Appearance()
public Appearance(AppearanceModule module)
public void addGenericApplicationPropertyOfAppearance(ADEComponent ade)
public void addSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfAppearance()
public java.util.List<SurfaceDataProperty> getSurfaceDataMember()
public java.lang.String getTheme()
public boolean isSetGenericApplicationPropertyOfAppearance()
public boolean isSetSurfaceDataMember()
public boolean isSetTheme()
public void setGenericApplicationPropertyOfAppearance(java.util.List<ADEComponent> ade)
public void setSurfaceDataMember(java.util.List<SurfaceDataProperty> surfaceDataMember)
public void setTheme(java.lang.String theme)
public void unsetGenericApplicationPropertyOfAppearance()
public boolean unsetGenericApplicationPropertyOfAppearance(ADEComponent ade)
public void unsetSurfaceDataMember()
public boolean unsetSurfaceDataMember(SurfaceDataProperty surfaceDataMember)
public void unsetTheme()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AbstractGML
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final AppearanceModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractFeature
public void accept(FeatureVisitor visitor)
accept
in class AbstractFeature
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class AbstractFeature
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML