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()
          Gets the value of the interpolation property.
 SurfaceInterpolationType RectangleType.getInterpolation()
          Gets the value of the interpolation property.
 SurfaceInterpolationType PolygonPatchType.getInterpolation()
          Gets the value of the interpolation property.
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 are declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfaceInterpolationType
 void TriangleType.setInterpolation(SurfaceInterpolationType value)
          Sets the value of the interpolation property.
 void RectangleType.setInterpolation(SurfaceInterpolationType value)
          Sets the value of the interpolation property.
 void PolygonPatchType.setInterpolation(SurfaceInterpolationType value)
          Sets the value of the interpolation property.