Uses of Class
net.opengis.gml.x32.SurfaceInterpolationType.Enum
-
Packages that use SurfaceInterpolationType.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SurfaceInterpolationType.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 declared as SurfaceInterpolationType.Enum Modifier and Type Field Description static SurfaceInterpolationType.EnumSurfaceInterpolationType. CONICstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. ELLIPTICALstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. NONEstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. PARAMETRIC_CURVEstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. PLANARstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. POLYNOMIAL_SPLINEstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. RATIONAL_SPLINEstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. SPHERICALstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. TINstatic SurfaceInterpolationType.EnumSurfaceInterpolationType. TRIANGULATED_SPLINEMethods in net.opengis.gml.x32 that return SurfaceInterpolationType.Enum Modifier and Type Method Description static SurfaceInterpolationType.EnumSurfaceInterpolationType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SurfaceInterpolationType.EnumSurfaceInterpolationType.Enum. forString(String s)Returns the enum value for a string, or null if none.SurfaceInterpolationType.EnumPolygonPatchType. getInterpolation()Gets the "interpolation" attributeSurfaceInterpolationType.EnumRectangleType. getInterpolation()Gets the "interpolation" attributeSurfaceInterpolationType.EnumTriangleType. getInterpolation()Gets the "interpolation" attributeMethods in net.opengis.gml.x32 with parameters of type SurfaceInterpolationType.Enum Modifier and Type Method Description voidPolygonPatchType. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attributevoidRectangleType. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attributevoidTriangleType. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attribute -
Uses of SurfaceInterpolationType.Enum in net.opengis.gml.x32.impl
Methods in net.opengis.gml.x32.impl that return SurfaceInterpolationType.Enum Modifier and Type Method Description SurfaceInterpolationType.EnumPolygonPatchTypeImpl. getInterpolation()Gets the "interpolation" attributeSurfaceInterpolationType.EnumRectangleTypeImpl. getInterpolation()Gets the "interpolation" attributeSurfaceInterpolationType.EnumTriangleTypeImpl. getInterpolation()Gets the "interpolation" attributeMethods in net.opengis.gml.x32.impl with parameters of type SurfaceInterpolationType.Enum Modifier and Type Method Description voidPolygonPatchTypeImpl. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attributevoidRectangleTypeImpl. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attributevoidTriangleTypeImpl. setInterpolation(SurfaceInterpolationType.Enum interpolation)Sets the "interpolation" attribute
-