public abstract class AbstractReliefComponent extends AbstractCityObject implements ReliefModuleComponent
isSetMetaDataProperty
Constructor and Description |
---|
AbstractReliefComponent() |
AbstractReliefComponent(ReliefModule module) |
Modifier and Type | Method and Description |
---|---|
void |
addGenericApplicationPropertyOfReliefComponent(ADEComponent ade) |
BoundingShape |
calcBoundedBy(BoundingBoxOptions options) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
ReliefModule |
getCityGMLModule() |
PolygonProperty |
getExtent() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfReliefComponent() |
int |
getLod() |
boolean |
isSetCityGMLModule() |
boolean |
isSetExtent() |
boolean |
isSetGenericApplicationPropertyOfReliefComponent() |
boolean |
isSetLod() |
void |
setExtent(PolygonProperty extent) |
void |
setGenericApplicationPropertyOfReliefComponent(java.util.List<ADEComponent> ade) |
void |
setLod(int lod) |
void |
unsetExtent() |
void |
unsetGenericApplicationPropertyOfReliefComponent() |
boolean |
unsetGenericApplicationPropertyOfReliefComponent(ADEComponent ade) |
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getLodRepresentation, 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
accept, accept, addGenericADEElement, 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 AbstractReliefComponent()
public AbstractReliefComponent(ReliefModule module)
public void addGenericApplicationPropertyOfReliefComponent(ADEComponent ade)
public PolygonProperty getExtent()
public java.util.List<ADEComponent> getGenericApplicationPropertyOfReliefComponent()
public int getLod()
public boolean isSetExtent()
public boolean isSetGenericApplicationPropertyOfReliefComponent()
public boolean isSetLod()
public void setExtent(PolygonProperty extent)
public void setGenericApplicationPropertyOfReliefComponent(java.util.List<ADEComponent> ade)
public void setLod(int lod)
public void unsetExtent()
public void unsetGenericApplicationPropertyOfReliefComponent()
public boolean unsetGenericApplicationPropertyOfReliefComponent(ADEComponent ade)
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
calcBoundedBy
in class AbstractCityObject
public final ReliefModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
getCityGMLModule
in class AbstractCityObject
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
isSetCityGMLModule
in class AbstractCityObject
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractCityObject