Uses of Class
org.citygml4j.jaxb.gml._3_1_1.SurfaceType

Packages that use SurfaceType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of SurfaceType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SurfaceType
 SurfaceType GMLMarshaller.marshalSurface(Surface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SurfaceType
 void GMLMarshaller.marshalSurface(Surface src, SurfaceType dest)
           
 

Uses of SurfaceType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SurfaceType
 Surface GMLUnmarshaller.unmarshalSurface(SurfaceType src)
           
 void GMLUnmarshaller.unmarshalSurface(SurfaceType src, Surface dest)
           
 

Uses of SurfaceType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of SurfaceType in org.citygml4j.jaxb.gml._3_1_1
 class PolyhedralSurfaceType
          A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.
 class TinType
          A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
 class TriangulatedSurfaceType
          A triangulated surface is a polyhedral surface that is composed only of triangles.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SurfaceType
 SurfaceType ObjectFactory.createSurfaceType()
          Create an instance of SurfaceType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type SurfaceType
 javax.xml.bind.JAXBElement<SurfaceType> ObjectFactory.createSurface(SurfaceType value)
          Create an instance of JAXBElement<SurfaceType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfaceType
 javax.xml.bind.JAXBElement<SurfaceType> ObjectFactory.createSurface(SurfaceType value)
          Create an instance of JAXBElement<SurfaceType>}