Class BuildingDataType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
-
- org.citygml4j.binding.cityjson.metadata.feature.BuildingDataType
-
public class BuildingDataType extends AbstractFeatureDataType
-
-
Constructor Summary
Constructors Constructor Description BuildingDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getBuildingInstallations()
java.lang.Integer
getBuildingParts()
ThematicModelType
getType()
boolean
isSetBuildingInstallations()
boolean
isSetBuildingParts()
void
setBuildingInstallations(java.lang.Integer buildingInstallations)
void
setBuildingParts(java.lang.Integer buildingParts)
void
unsetBuildingInstallations()
void
unsetBuildingParts()
-
Methods inherited from class org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
addPresentLoD, getAggregateFeatureCount, getPresentLoDs, getUniqueFeatureCount, isSetAggregateFeatureCount, isSetPresentLoDs, isSetUniqueFeatureCount, setAggregateFeatureCount, setPresentLoDs, setUniqueFeatureCount, unsetAggregateFeatureCount, unsetPresentLoDs, unsetUniqueFeatureCount
-
-
-
-
Method Detail
-
isSetBuildingParts
public boolean isSetBuildingParts()
-
getBuildingParts
public java.lang.Integer getBuildingParts()
-
setBuildingParts
public void setBuildingParts(java.lang.Integer buildingParts)
-
unsetBuildingParts
public void unsetBuildingParts()
-
isSetBuildingInstallations
public boolean isSetBuildingInstallations()
-
getBuildingInstallations
public java.lang.Integer getBuildingInstallations()
-
setBuildingInstallations
public void setBuildingInstallations(java.lang.Integer buildingInstallations)
-
unsetBuildingInstallations
public void unsetBuildingInstallations()
-
getType
public ThematicModelType getType()
- Specified by:
getType
in classAbstractFeatureDataType
-
-