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() |
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, addGenericADEElement, calcBoundedBy, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, 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 final AppearanceModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractFeature