org.citygml4j.model.citygml.core
Interface TransformationMatrix4x4

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

public interface TransformationMatrix4x4
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)