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

All Superinterfaces:
Associable, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
Rectangle, Triangle
All Known Implementing Classes:
AbstractSurfacePatchImpl, RectangleImpl, TriangleImpl

public interface AbstractSurfacePatch
extends GML, Associable, Child, Copyable


Method Summary
 BoundingBox calcBoundingBox()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
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, copyTo
 

Method Detail

calcBoundingBox

BoundingBox calcBoundingBox()