public class GeometryInstanceType extends AbstractGeometryType
Constructor and Description |
---|
GeometryInstanceType() |
Modifier and Type | Method and 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) |
public GeometryTypeName getType()
getType
in class AbstractGeometryType
public int getTemplate()
public void setTemplate(int template)
public int getReferencePoint()
public void setReferencePoint(int point)
public java.util.List<java.lang.Double> getTransformationMatrix()
public void setTransformationMatrix(java.util.List<java.lang.Double> transformationMatrix)
public void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
updateIndexes
in class AbstractGeometryType