Class TINReliefDataType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.metadata.feature.AbstractFeatureDataType
-
- org.citygml4j.binding.cityjson.metadata.feature.TINReliefDataType
-
public class TINReliefDataType extends AbstractFeatureDataType
-
-
Constructor Summary
Constructors Constructor Description TINReliefDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getTriangleCount()
ThematicModelType
getType()
boolean
isSetTriangleCount()
void
setTriangleCount(java.lang.Integer triangleCount)
void
unsetTriangleCount()
-
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
-
isSetTriangleCount
public boolean isSetTriangleCount()
-
getTriangleCount
public java.lang.Integer getTriangleCount()
-
setTriangleCount
public void setTriangleCount(java.lang.Integer triangleCount)
-
unsetTriangleCount
public void unsetTriangleCount()
-
getType
public ThematicModelType getType()
- Specified by:
getType
in classAbstractFeatureDataType
-
-