org.citygml4j.model.gml.measures
Class Speed

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

public class Speed
extends Measure


Constructor Summary
Speed()
           
 
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

Speed

public Speed()
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