Class GeometryInstanceType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryType
-
- org.citygml4j.binding.cityjson.geometry.GeometryInstanceType
-
public class GeometryInstanceType extends AbstractGeometryType
-
-
Constructor Summary
Constructors Constructor Description GeometryInstanceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReferencePoint()
int
getTemplate()
java.util.List<java.lang.Double>
getTransformationMatrix()
GeometryTypeName
getType()
void
setReferencePoint(int point)
void
setTemplate(int template)
void
setTransformationMatrix(java.util.List<java.lang.Double> transformationMatrix)
void
updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
-
-
-
Method Detail
-
getType
public GeometryTypeName getType()
- Specified by:
getType
in classAbstractGeometryType
-
getTemplate
public int getTemplate()
-
setTemplate
public void setTemplate(int template)
-
getReferencePoint
public int getReferencePoint()
-
setReferencePoint
public void setReferencePoint(int point)
-
getTransformationMatrix
public java.util.List<java.lang.Double> getTransformationMatrix()
-
setTransformationMatrix
public void setTransformationMatrix(java.util.List<java.lang.Double> transformationMatrix)
-
updateIndexes
public void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
- Specified by:
updateIndexes
in classAbstractGeometryType
-
-