public class WallSurface extends AbstractBoundarySurface implements BuildingModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
WallSurface() |
WallSurface(BuildingModule module) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FeatureFunctor<T> visitor) |
void |
accept(FeatureVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addGenericApplicationPropertyOfWallSurface(ADEComponent ade) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfWallSurface() |
boolean |
isSetGenericApplicationPropertyOfWallSurface() |
void |
setGenericApplicationPropertyOfWallSurface(java.util.List<ADEComponent> ade) |
void |
unsetGenericApplicationPropertyOfWallSurface() |
boolean |
unsetGenericApplicationPropertyOfWallSurface(ADEComponent ade) |
addGenericApplicationPropertyOfBoundarySurface, addOpening, calcBoundedBy, getCityGMLModule, getGenericApplicationPropertyOfBoundarySurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getLodRepresentation, getOpening, isSetCityGMLModule, isSetGenericApplicationPropertyOfBoundarySurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetOpening, setGenericApplicationPropertyOfBoundarySurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setOpening, unsetGenericApplicationPropertyOfBoundarySurface, unsetGenericApplicationPropertyOfBoundarySurface, unsetLod2MultiSurface, unsetLod3MultiSurface, unsetLod4MultiSurface, unsetOpening, unsetOpening
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getModelType, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetRelativeToTerrain, unsetRelativeToWater, unsetTerminationDate
addGenericADEComponent, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCityGMLModule, isSetCityGMLModule
getModelType
public WallSurface()
public WallSurface(BuildingModule module)
public void addGenericApplicationPropertyOfWallSurface(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfWallSurface()
public boolean isSetGenericApplicationPropertyOfWallSurface()
public void setGenericApplicationPropertyOfWallSurface(java.util.List<ADEComponent> ade)
public void unsetGenericApplicationPropertyOfWallSurface()
public boolean unsetGenericApplicationPropertyOfWallSurface(ADEComponent ade)
public CityGMLClass getCityGMLClass()
getCityGMLClass
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 AbstractBoundarySurface
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