org.citygml4j.impl.gml.geometry.primitives
Class AbstractSurfacePatchImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.geometry.primitives.AbstractSurfacePatchImpl
All Implemented Interfaces:
Associable, ModelObject, Child, Copyable, AbstractSurfacePatch, GML
Direct Known Subclasses:
RectangleImpl, TriangleImpl

public abstract class AbstractSurfacePatchImpl
extends java.lang.Object
implements AbstractSurfacePatch


Constructor Summary
AbstractSurfacePatchImpl()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.geometry.primitives.AbstractSurfacePatch
calcBoundingBox
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AbstractSurfacePatchImpl

public AbstractSurfacePatchImpl()
Method Detail

copyTo

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