Class AbstractGeometryType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryType
-
- Direct Known Subclasses:
AbstractGeometryObjectType
,GeometryInstanceType
public abstract class AbstractGeometryType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractGeometryType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract GeometryTypeName
getType()
abstract void
updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
-
-
-
Method Detail
-
getType
public abstract GeometryTypeName getType()
-
updateIndexes
public abstract void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
-
-