org.citygml4j.model.citygml.relief
Interface ReliefFeature

All Superinterfaces:
AbstractCityObject, AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, ReliefModuleComponent, StandardObjectProperties
All Known Implementing Classes:
ReliefFeatureImpl

public interface ReliefFeature
extends ReliefModuleComponent, AbstractCityObject


Method Summary
 void addGenericApplicationPropertyOfReliefFeature(ADEComponent ade)
           
 void addReliefComponent(ReliefComponentProperty reliefComponent)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfReliefFeature()
           
 int getLod()
           
 java.util.List<ReliefComponentProperty> getReliefComponent()
           
 boolean isSetGenericApplicationPropertyOfReliefFeature()
           
 boolean isSetLod()
           
 boolean isSetReliefComponent()
           
 void setGenericApplicationPropertyOfReliefFeature(java.util.List<ADEComponent> ade)
           
 void setLod(int lod)
           
 void setReliefComponent(java.util.List<ReliefComponentProperty> reliefComponent)
           
 void unsetGenericApplicationPropertyOfReliefFeature()
           
 boolean unsetGenericApplicationPropertyOfReliefFeature(ADEComponent ade)
           
 void unsetReliefComponent()
           
 boolean unsetReliefComponent(ReliefComponentProperty reliefComponent)
           
 
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.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
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
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getLod

int getLod()

getReliefComponent

java.util.List<ReliefComponentProperty> getReliefComponent()

getGenericApplicationPropertyOfReliefFeature

java.util.List<ADEComponent> getGenericApplicationPropertyOfReliefFeature()

isSetLod

boolean isSetLod()

isSetReliefComponent

boolean isSetReliefComponent()

isSetGenericApplicationPropertyOfReliefFeature

boolean isSetGenericApplicationPropertyOfReliefFeature()

setLod

void setLod(int lod)

addReliefComponent

void addReliefComponent(ReliefComponentProperty reliefComponent)

setReliefComponent

void setReliefComponent(java.util.List<ReliefComponentProperty> reliefComponent)

addGenericApplicationPropertyOfReliefFeature

void addGenericApplicationPropertyOfReliefFeature(ADEComponent ade)

setGenericApplicationPropertyOfReliefFeature

void setGenericApplicationPropertyOfReliefFeature(java.util.List<ADEComponent> ade)

unsetReliefComponent

void unsetReliefComponent()

unsetReliefComponent

boolean unsetReliefComponent(ReliefComponentProperty reliefComponent)

unsetGenericApplicationPropertyOfReliefFeature

void unsetGenericApplicationPropertyOfReliefFeature()

unsetGenericApplicationPropertyOfReliefFeature

boolean unsetGenericApplicationPropertyOfReliefFeature(ADEComponent ade)