org.citygml4j.model.citygml.core
Interface TransformationMatrix3x4

All Superinterfaces:
Child, CityGML, Copyable, CoreModuleComponent, ModelObject
All Known Subinterfaces:
WorldToTexture
All Known Implementing Classes:
TransformationMatrix3x4Impl, WorldToTextureImpl

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