org.citygml4j.model.citygml.relief
Interface TINRelief
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, AbstractReliefComponent, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, ReliefModuleComponent, StandardObjectProperties
- All Known Implementing Classes:
- TINReliefImpl
public interface TINRelief
- extends AbstractReliefComponent
Methods inherited from interface org.citygml4j.model.citygml.relief.AbstractReliefComponent |
addGenericApplicationPropertyOfReliefComponent, getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetExtent, unsetGenericApplicationPropertyOfReliefComponent, unsetGenericApplicationPropertyOfReliefComponent |
Methods inherited from interface org.citygml4j.model.citygml.core.AbstractCityObject |
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getLodRepresentation, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetTerminationDate |
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature |
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation |
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
getTin
TinProperty getTin()
getGenericApplicationPropertyOfTinRelief
java.util.List<ADEComponent> getGenericApplicationPropertyOfTinRelief()
isSetTin
boolean isSetTin()
isSetGenericApplicationPropertyOfTinRelief
boolean isSetGenericApplicationPropertyOfTinRelief()
setTin
void setTin(TinProperty tin)
addGenericApplicationPropertyOfTinRelief
void addGenericApplicationPropertyOfTinRelief(ADEComponent ade)
setGenericApplicationPropertyOfTinRelief
void setGenericApplicationPropertyOfTinRelief(java.util.List<ADEComponent> ade)
unsetTin
void unsetTin()
unsetGenericApplicationPropertyOfTinRelief
void unsetGenericApplicationPropertyOfTinRelief()
unsetGenericApplicationPropertyOfTinRelief
boolean unsetGenericApplicationPropertyOfTinRelief(ADEComponent ade)