Class AbstractSurfacePatch
- java.lang.Object
-
- org.citygml4j.model.gml.geometry.primitives.AbstractSurfacePatch
-
- All Implemented Interfaces:
java.io.Serializable
,Associable
,ModelObject
,Child
,Copyable
,GML
public abstract class AbstractSurfacePatch extends java.lang.Object implements GML, Associable, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractSurfacePatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract BoundingBox
calcBoundingBox()
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
-
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
-
-
-
-
Method Detail
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
calcBoundingBox
public abstract BoundingBox calcBoundingBox()
-
-