Class BuildingAttributes
- java.lang.Object
-
- org.citygml4j.binding.cityjson.feature.Attributes
-
- org.citygml4j.binding.cityjson.feature.BuildingAttributes
-
public class BuildingAttributes extends Attributes
-
-
Constructor Summary
Constructors Constructor Description BuildingAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStoreyHeightsAboveGround(double value)
void
addStoreyHeightsBelowGround(double value)
java.lang.Double
getMeasuredHeight()
java.lang.String
getRoofType()
java.util.List<java.lang.Double>
getStoreyHeightsAboveGround()
java.util.List<java.lang.Double>
getStoreyHeightsBelowGround()
java.lang.Integer
getStoreysAboveGround()
java.lang.Integer
getStoreysBelowGround()
java.lang.Integer
getYearOfConstruction()
java.lang.Integer
getYearOfDemolition()
boolean
isSetMeasuredHeight()
boolean
isSetRoofType()
boolean
isSetStoreyHeightsAboveGround()
boolean
isSetStoreyHeightsBelowGround()
boolean
isSetStoreysAboveGround()
boolean
isSetStoreysBelowGround()
boolean
isSetYearOfConstruction()
boolean
isSetYearOfDemolition()
void
setMeasuredHeight(java.lang.Double measuredHeight)
void
setRoofType(java.lang.String roofType)
void
setStoreyHeightsAboveGround(java.util.List<java.lang.Double> storeyHeightsAboveGround)
void
setStoreyHeightsBelowGround(java.util.List<java.lang.Double> storeyHeightsBelowGround)
void
setStoreysAboveGround(java.lang.Integer storeysAboveGround)
void
setStoreysBelowGround(java.lang.Integer storeysBelowGround)
void
setYearOfConstruction(java.lang.Integer yearOfConstruction)
void
setYearOfDemolition(java.lang.Integer yearOfDemolition)
void
unsetMeasuredHeight()
void
unsetRoofType()
void
unsetStoreyHeightsAboveGround()
void
unsetStoreyHeightsBelowGround()
void
unsetStoreysAboveGround()
void
unsetStoreysBelowGround()
void
unsetYearOfConstruction()
void
unsetYearOfDemolition()
-
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
-
-
-
-
Method Detail
-
isSetMeasuredHeight
public boolean isSetMeasuredHeight()
-
getMeasuredHeight
public java.lang.Double getMeasuredHeight()
-
setMeasuredHeight
public void setMeasuredHeight(java.lang.Double measuredHeight)
-
unsetMeasuredHeight
public void unsetMeasuredHeight()
-
isSetRoofType
public boolean isSetRoofType()
-
getRoofType
public java.lang.String getRoofType()
-
setRoofType
public void setRoofType(java.lang.String roofType)
-
unsetRoofType
public void unsetRoofType()
-
isSetStoreysAboveGround
public boolean isSetStoreysAboveGround()
-
getStoreysAboveGround
public java.lang.Integer getStoreysAboveGround()
-
setStoreysAboveGround
public void setStoreysAboveGround(java.lang.Integer storeysAboveGround)
-
unsetStoreysAboveGround
public void unsetStoreysAboveGround()
-
isSetStoreysBelowGround
public boolean isSetStoreysBelowGround()
-
getStoreysBelowGround
public java.lang.Integer getStoreysBelowGround()
-
setStoreysBelowGround
public void setStoreysBelowGround(java.lang.Integer storeysBelowGround)
-
unsetStoreysBelowGround
public void unsetStoreysBelowGround()
-
isSetStoreyHeightsAboveGround
public boolean isSetStoreyHeightsAboveGround()
-
addStoreyHeightsAboveGround
public void addStoreyHeightsAboveGround(double value)
-
getStoreyHeightsAboveGround
public java.util.List<java.lang.Double> getStoreyHeightsAboveGround()
-
setStoreyHeightsAboveGround
public void setStoreyHeightsAboveGround(java.util.List<java.lang.Double> storeyHeightsAboveGround)
-
unsetStoreyHeightsAboveGround
public void unsetStoreyHeightsAboveGround()
-
isSetStoreyHeightsBelowGround
public boolean isSetStoreyHeightsBelowGround()
-
addStoreyHeightsBelowGround
public void addStoreyHeightsBelowGround(double value)
-
getStoreyHeightsBelowGround
public java.util.List<java.lang.Double> getStoreyHeightsBelowGround()
-
setStoreyHeightsBelowGround
public void setStoreyHeightsBelowGround(java.util.List<java.lang.Double> storeyHeightsBelowGround)
-
unsetStoreyHeightsBelowGround
public void unsetStoreyHeightsBelowGround()
-
isSetYearOfConstruction
public boolean isSetYearOfConstruction()
-
getYearOfConstruction
public java.lang.Integer getYearOfConstruction()
-
setYearOfConstruction
public void setYearOfConstruction(java.lang.Integer yearOfConstruction)
-
unsetYearOfConstruction
public void unsetYearOfConstruction()
-
isSetYearOfDemolition
public boolean isSetYearOfDemolition()
-
getYearOfDemolition
public java.lang.Integer getYearOfDemolition()
-
setYearOfDemolition
public void setYearOfDemolition(java.lang.Integer yearOfDemolition)
-
unsetYearOfDemolition
public void unsetYearOfDemolition()
-
-