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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SurfaceInterpolationType
 SurfaceInterpolationType GMLMarshaller.marshalSurfaceInterpolation(SurfaceInterpolation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SurfaceInterpolationType
 SurfaceInterpolation GMLUnmarshaller.unmarshalSurfaceInterpolation(SurfaceInterpolationType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SurfaceInterpolationType
static SurfaceInterpolationType SurfaceInterpolationType.fromValue(java.lang.String v)
           
 SurfaceInterpolationType TriangleType.getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
 SurfaceInterpolationType RectangleType.getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
 SurfaceInterpolationType PolygonPatchType.getInterpolation()
          Ruft den Wert der interpolation-Eigenschaft ab.
static SurfaceInterpolationType SurfaceInterpolationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SurfaceInterpolationType[] SurfaceInterpolationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfaceInterpolationType
 void TriangleType.setInterpolation(SurfaceInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.
 void RectangleType.setInterpolation(SurfaceInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.
 void PolygonPatchType.setInterpolation(SurfaceInterpolationType value)
          Legt den Wert der interpolation-Eigenschaft fest.