public abstract class AbstractSurfaceData extends AbstractFeature implements AppearanceModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
AbstractSurfaceData() |
AbstractSurfaceData(AppearanceModule module) |
Modifier and Type | Method and Description |
---|---|
void |
addGenericApplicationPropertyOfSurfaceData(ADEComponent ade) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
AppearanceModule |
getCityGMLModule() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfSurfaceData() |
java.lang.Boolean |
getIsFront() |
ModelType |
getModelType() |
boolean |
isSetCityGMLModule() |
boolean |
isSetGenericApplicationPropertyOfSurfaceData() |
boolean |
isSetIsFront() |
void |
setGenericApplicationPropertyOfSurfaceData(java.util.List<ADEComponent> ade) |
void |
setIsFront(java.lang.Boolean isFront) |
void |
unsetGenericApplicationPropertyOfSurfaceData() |
boolean |
unsetGenericApplicationPropertyOfSurfaceData(ADEComponent ade) |
void |
unsetIsFront() |
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
accept, accept, 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
getCityGMLClass
public AbstractSurfaceData()
public AbstractSurfaceData(AppearanceModule module)
public void addGenericApplicationPropertyOfSurfaceData(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfSurfaceData()
public java.lang.Boolean getIsFront()
public boolean isSetGenericApplicationPropertyOfSurfaceData()
public boolean isSetIsFront()
public void setGenericApplicationPropertyOfSurfaceData(java.util.List<ADEComponent> ade)
public void setIsFront(java.lang.Boolean isFront)
public void unsetGenericApplicationPropertyOfSurfaceData()
public boolean unsetGenericApplicationPropertyOfSurfaceData(ADEComponent ade)
public void unsetIsFront()
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class AbstractGML
public final AppearanceModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractFeature