org.citygml4j.jaxb.gml._3_1_1
Class AbstractSurfacePatchType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractSurfacePatchType
Direct Known Subclasses:
AbstractParametricCurveSurfaceType, PolygonPatchType, RectangleType, TriangleType

public abstract class AbstractSurfacePatchType
extends java.lang.Object

A surface patch defines a homogenuous portion of a surface.

Java class for AbstractSurfacePatchType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractSurfacePatchType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractSurfacePatchType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSurfacePatchType

public AbstractSurfacePatchType()