org.citygml4j.model.citygml.core
Interface TransformationMatrix2x2

All Superinterfaces:
Child, CityGML, Copyable, CoreModuleComponent, ModelObject
All Known Implementing Classes:
TransformationMatrix2x2Impl

public interface TransformationMatrix2x2
extends CoreModuleComponent, Child, Copyable


Method Summary
 Matrix getMatrix()
           
 boolean isSetMatrix()
           
 void setMatrix(Matrix matrix)
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getMatrix

Matrix getMatrix()

isSetMatrix

boolean isSetMatrix()

setMatrix

void setMatrix(Matrix matrix)