Uses of Class
org.citygml4j.model.gml.geometry.primitives.SurfaceInterpolation

Packages that use SurfaceInterpolation
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SurfaceInterpolation
 SurfaceInterpolationType GMLMarshaller.marshalSurfaceInterpolation(SurfaceInterpolation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SurfaceInterpolation
 SurfaceInterpolation GMLUnmarshaller.unmarshalSurfaceInterpolation(SurfaceInterpolationType src)
           
 

Uses of SurfaceInterpolation in org.citygml4j.impl.gml.geometry.primitives
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return SurfaceInterpolation
 SurfaceInterpolation TriangleImpl.getInterpolation()
           
 SurfaceInterpolation RectangleImpl.getInterpolation()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type SurfaceInterpolation
 void TriangleImpl.setInterpolation(SurfaceInterpolation interpolation)
           
 void RectangleImpl.setInterpolation(SurfaceInterpolation interpolation)
           
 

Uses of SurfaceInterpolation in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return SurfaceInterpolation
static SurfaceInterpolation SurfaceInterpolation.fromValue(java.lang.String v)
           
 SurfaceInterpolation Triangle.getInterpolation()
           
 SurfaceInterpolation Rectangle.getInterpolation()
           
static SurfaceInterpolation SurfaceInterpolation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SurfaceInterpolation[] SurfaceInterpolation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type SurfaceInterpolation
 void Triangle.setInterpolation(SurfaceInterpolation interpolation)
           
 void Rectangle.setInterpolation(SurfaceInterpolation interpolation)