org.citygml4j.model.gml.geometry.primitives
Class AbstractSurfacePatch

java.lang.Object
  extended by org.citygml4j.model.gml.geometry.primitives.AbstractSurfacePatch
All Implemented Interfaces:
Associable, ModelObject, Child, Copyable, GML
Direct Known Subclasses:
Rectangle, Triangle

public abstract class AbstractSurfacePatch
extends java.lang.Object
implements GML, Associable, Child, Copyable


Constructor Summary
AbstractSurfacePatch()
           
 
Method Summary
abstract  BoundingBox calcBoundingBox()
           
 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.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

AbstractSurfacePatch

public AbstractSurfacePatch()
Method Detail

copyTo

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

calcBoundingBox

public abstract BoundingBox calcBoundingBox()