public class TINRelief extends AbstractReliefComponent
isSetMetaDataProperty
Constructor and Description |
---|
TINRelief() |
TINRelief(ReliefModule 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 |
addGenericApplicationPropertyOfTinRelief(ADEComponent ade) |
BoundingShape |
calcBoundedBy(boolean setBoundedBy) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfTinRelief() |
LodRepresentation |
getLodRepresentation() |
TinProperty |
getTin() |
boolean |
isSetGenericApplicationPropertyOfTinRelief() |
boolean |
isSetTin() |
void |
setGenericApplicationPropertyOfTinRelief(java.util.List<ADEComponent> ade) |
void |
setTin(TinProperty tin) |
void |
unsetGenericApplicationPropertyOfTinRelief() |
boolean |
unsetGenericApplicationPropertyOfTinRelief(ADEComponent ade) |
void |
unsetTin() |
addGenericApplicationPropertyOfReliefComponent, getCityGMLModule, getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetCityGMLModule, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetExtent, unsetGenericApplicationPropertyOfReliefComponent, unsetGenericApplicationPropertyOfReliefComponent
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
getModelType
public TINRelief()
public TINRelief(ReliefModule module)
public void addGenericApplicationPropertyOfTinRelief(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfTinRelief()
public TinProperty getTin()
public boolean isSetGenericApplicationPropertyOfTinRelief()
public boolean isSetTin()
public void setGenericApplicationPropertyOfTinRelief(java.util.List<ADEComponent> ade)
public void setTin(TinProperty tin)
public void unsetGenericApplicationPropertyOfTinRelief()
public boolean unsetGenericApplicationPropertyOfTinRelief(ADEComponent ade)
public void unsetTin()
public CityGMLClass getCityGMLClass()
public BoundingShape calcBoundedBy(boolean setBoundedBy)
calcBoundedBy
in class AbstractReliefComponent
public LodRepresentation getLodRepresentation()
getLodRepresentation
in class AbstractCityObject
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 AbstractReliefComponent
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