Class PlantCoverAttributes
- java.lang.Object
-
- org.citygml4j.binding.cityjson.feature.Attributes
-
- org.citygml4j.binding.cityjson.feature.PlantCoverAttributes
-
public class PlantCoverAttributes extends Attributes
-
-
Constructor Summary
Constructors Constructor Description PlantCoverAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getAverageHeight()
boolean
isSetAverageHeight()
void
setAverageHeight(java.lang.Double averageHeight)
void
unsetAverageHeight()
-
Methods inherited from class org.citygml4j.binding.cityjson.feature.Attributes
addExtensionAttribute, getClazz, getCreationDate, getExtensionAttributes, getFunction, getTerminationDate, getUsage, isSetClazz, isSetCreationDate, isSetExtensionAttributes, isSetFunction, isSetTerminationDate, isSetUsage, removeExtensionAttribute, setClazz, setCreationDate, setCreationDate, setCreationDate, setExtensionAttributes, setFunction, setTerminationDate, setTerminationDate, setTerminationDate, setUsage, unsetClazz, unsetCreationDate, unsetExtensionAttributes, unsetFunction, unsetTerminationDate, unsetUsage
-
-