org.citygml4j.impl.gml.measures
Class LengthImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.basicTypes.MeasureImpl
      extended by org.citygml4j.impl.gml.measures.LengthImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, Measure, GML, Length

public class LengthImpl
extends MeasureImpl
implements Length


Constructor Summary
LengthImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 
Methods inherited from class org.citygml4j.impl.gml.basicTypes.MeasureImpl
getModelType, getParent, getUom, getValue, isSetParent, isSetUom, isSetValue, setParent, setUom, setValue, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.basicTypes.Measure
getUom, getValue, isSetUom, isSetValue, setUom, setValue
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Constructor Detail

LengthImpl

public LengthImpl()
Method Detail

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class MeasureImpl

copy

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

copyTo

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