Uses of Class
nl.b3p.csw.jaxb.gml.SurfaceInterpolationType
-
Packages that use SurfaceInterpolationType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of SurfaceInterpolationType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as SurfaceInterpolationType Modifier and Type Field Description protected SurfaceInterpolationTypePolygonPatchType. interpolationprotected SurfaceInterpolationTypeRectangleType. interpolationprotected SurfaceInterpolationTypeTriangleType. interpolationMethods in nl.b3p.csw.jaxb.gml that return SurfaceInterpolationType Modifier and Type Method Description static SurfaceInterpolationTypeSurfaceInterpolationType. fromValue(String v)SurfaceInterpolationTypePolygonPatchType. getInterpolation()Gets the value of the interpolation property.SurfaceInterpolationTypeRectangleType. getInterpolation()Gets the value of the interpolation property.SurfaceInterpolationTypeTriangleType. getInterpolation()Gets the value of the interpolation property.static SurfaceInterpolationTypeSurfaceInterpolationType. valueOf(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 nl.b3p.csw.jaxb.gml with parameters of type SurfaceInterpolationType Modifier and Type Method Description voidPolygonPatchType. setInterpolation(SurfaceInterpolationType value)Sets the value of the interpolation property.voidRectangleType. setInterpolation(SurfaceInterpolationType value)Sets the value of the interpolation property.voidTriangleType. setInterpolation(SurfaceInterpolationType value)Sets the value of the interpolation property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type SurfaceInterpolationType Constructor Description PolygonPatchType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior, SurfaceInterpolationType interpolation)Fully-initialising value constructorRectangleType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, SurfaceInterpolationType interpolation)Fully-initialising value constructorTriangleType(javax.xml.bind.JAXBElement<AbstractRingPropertyType> exterior, SurfaceInterpolationType interpolation)Fully-initialising value constructor
-