org.citygml4j.model.gml.measures
Class Length

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

public class Length
extends Measure


Constructor Summary
Length()
           
 
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.model.gml.basicTypes.Measure
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
 

Constructor Detail

Length

public Length()
Method Detail

getGMLClass

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

copy

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

copyTo

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