public class TransformationMatrix2x2 extends java.lang.Object implements CoreModuleComponent, Child, Copyable
Constructor and Description |
---|
TransformationMatrix2x2() |
TransformationMatrix2x2(CoreModule module) |
TransformationMatrix2x2(java.util.List<java.lang.Double> vals) |
TransformationMatrix2x2(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
CityGMLModule |
getCityGMLModule() |
Matrix |
getMatrix() |
ModelType |
getModelType() |
ModelObject |
getParent() |
boolean |
isSetCityGMLModule() |
boolean |
isSetMatrix() |
boolean |
isSetParent() |
void |
setMatrix(Matrix matrix) |
void |
setParent(ModelObject parent) |
void |
unsetParent() |
public TransformationMatrix2x2()
public TransformationMatrix2x2(CoreModule module)
public TransformationMatrix2x2(Matrix matrix)
public TransformationMatrix2x2(java.util.List<java.lang.Double> vals)
public Matrix getMatrix()
public boolean isSetMatrix()
public void setMatrix(Matrix matrix)
public ModelType getModelType()
getModelType
in interface ModelObject
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public CityGMLModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)