org.citygml4j.model.citygml.vegetation
Interface AbstractVegetationObject

All Superinterfaces:
AbstractCityObject, AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties, VegetationModuleComponent
All Known Subinterfaces:
PlantCover, SolitaryVegetationObject
All Known Implementing Classes:
AbstractVegetationObjectImpl, PlantCoverImpl, SolitaryVegetationObjectImpl

public interface AbstractVegetationObject
extends VegetationModuleComponent, AbstractCityObject


Method Summary
 void addGenericApplicationPropertyOfVegetationObject(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfVegetationObject()
           
 boolean isSetGenericApplicationPropertyOfVegetationObject()
           
 void setGenericApplicationPropertyOfVegetationObject(java.util.List<ADEComponent> ade)
           
 void unsetGenericApplicationPropertyOfVegetationObject()
           
 boolean unsetGenericApplicationPropertyOfVegetationObject(ADEComponent ade)
           
 
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

getGenericApplicationPropertyOfVegetationObject

java.util.List<ADEComponent> getGenericApplicationPropertyOfVegetationObject()

isSetGenericApplicationPropertyOfVegetationObject

boolean isSetGenericApplicationPropertyOfVegetationObject()

addGenericApplicationPropertyOfVegetationObject

void addGenericApplicationPropertyOfVegetationObject(ADEComponent ade)

setGenericApplicationPropertyOfVegetationObject

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

unsetGenericApplicationPropertyOfVegetationObject

void unsetGenericApplicationPropertyOfVegetationObject()

unsetGenericApplicationPropertyOfVegetationObject

boolean unsetGenericApplicationPropertyOfVegetationObject(ADEComponent ade)