org.citygml4j.impl.citygml.core
Class TransformationMatrix3x4Impl

java.lang.Object
  extended by org.citygml4j.impl.citygml.core.TransformationMatrix3x4Impl
All Implemented Interfaces:
CityGML, CoreModuleComponent, TransformationMatrix3x4, ModelObject, Child, Copyable
Direct Known Subclasses:
WorldToTextureImpl

public class TransformationMatrix3x4Impl
extends java.lang.Object
implements TransformationMatrix3x4


Constructor Summary
TransformationMatrix3x4Impl()
           
TransformationMatrix3x4Impl(CoreModule module)
           
TransformationMatrix3x4Impl(java.util.List<java.lang.Double> vals)
           
TransformationMatrix3x4Impl(Matrix matrix)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationMatrix3x4Impl

public TransformationMatrix3x4Impl()

TransformationMatrix3x4Impl

public TransformationMatrix3x4Impl(CoreModule module)

TransformationMatrix3x4Impl

public TransformationMatrix3x4Impl(Matrix matrix)

TransformationMatrix3x4Impl

public TransformationMatrix3x4Impl(java.util.List<java.lang.Double> vals)
Method Detail

getMatrix

public Matrix getMatrix()
Specified by:
getMatrix in interface TransformationMatrix3x4

isSetMatrix

public boolean isSetMatrix()
Specified by:
isSetMatrix in interface TransformationMatrix3x4

setMatrix

public void setMatrix(Matrix matrix)
Specified by:
setMatrix in interface TransformationMatrix3x4

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getCityGMLClass

public CityGMLClass getCityGMLClass()
Specified by:
getCityGMLClass in interface CityGML

getCityGMLModule

public CityGMLModule getCityGMLModule()
Specified by:
getCityGMLModule in interface CityGML

isSetCityGMLModule

public boolean isSetCityGMLModule()
Specified by:
isSetCityGMLModule in interface CityGML

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable