Class AbstractGeometryObjectType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryType
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryObjectType
-
- Direct Known Subclasses:
AbstractSolidType
,AbstractSurfaceCollectionType
,MultiLineStringType
,MultiPointType
public abstract class AbstractGeometryObjectType extends AbstractGeometryType
-
-
Constructor Summary
Constructors Constructor Description AbstractGeometryObjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getLod()
boolean
isSetLod()
void
setLod(java.lang.Number lod)
-
Methods inherited from class org.citygml4j.binding.cityjson.geometry.AbstractGeometryType
getType, updateIndexes
-
-