Uses of Class
net.opengis.gml311.SurfaceInterpolationType
-
Packages that use SurfaceInterpolationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfaceInterpolationType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SurfaceInterpolationType Modifier and Type Field Description static List<SurfaceInterpolationType>SurfaceInterpolationType. VALUESA public read-only list of all the 'Surface Interpolation Type' enumerators.Methods in net.opengis.gml311 that return SurfaceInterpolationType Modifier and Type Method Description static SurfaceInterpolationTypeSurfaceInterpolationType. get(int value)Returns the 'Surface Interpolation Type' literal with the specified integer value.static SurfaceInterpolationTypeSurfaceInterpolationType. get(String literal)Returns the 'Surface Interpolation Type' literal with the specified literal value.static SurfaceInterpolationTypeSurfaceInterpolationType. getByName(String name)Returns the 'Surface Interpolation Type' literal with the specified name.SurfaceInterpolationTypePolygonPatchType. getInterpolation()Returns the value of the 'Interpolation' attribute.SurfaceInterpolationTypeRectangleType. getInterpolation()Returns the value of the 'Interpolation' attribute.SurfaceInterpolationTypeTriangleType. getInterpolation()Returns the value of the 'Interpolation' attribute.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 net.opengis.gml311 with parameters of type SurfaceInterpolationType Modifier and Type Method Description voidPolygonPatchType. setInterpolation(SurfaceInterpolationType value)Sets the value of the 'Interpolation' attribute.voidRectangleType. setInterpolation(SurfaceInterpolationType value)Sets the value of the 'Interpolation' attribute.voidTriangleType. setInterpolation(SurfaceInterpolationType value)Sets the value of the 'Interpolation' attribute. -
Uses of SurfaceInterpolationType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as SurfaceInterpolationType Modifier and Type Field Description protected SurfaceInterpolationTypePolygonPatchTypeImpl. interpolationThe cached value of the 'Interpolation' attribute.protected SurfaceInterpolationTypeRectangleTypeImpl. interpolationThe cached value of the 'Interpolation' attribute.protected SurfaceInterpolationTypeTriangleTypeImpl. interpolationThe cached value of the 'Interpolation' attribute.protected static SurfaceInterpolationTypePolygonPatchTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static SurfaceInterpolationTypeRectangleTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static SurfaceInterpolationTypeTriangleTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.Methods in net.opengis.gml311.impl that return SurfaceInterpolationType Modifier and Type Method Description SurfaceInterpolationTypeGml311FactoryImpl. createSurfaceInterpolationTypeFromString(EDataType eDataType, String initialValue)SurfaceInterpolationTypeGml311FactoryImpl. createSurfaceInterpolationTypeObjectFromString(EDataType eDataType, String initialValue)SurfaceInterpolationTypePolygonPatchTypeImpl. getInterpolation()SurfaceInterpolationTypeRectangleTypeImpl. getInterpolation()SurfaceInterpolationTypeTriangleTypeImpl. getInterpolation()Methods in net.opengis.gml311.impl with parameters of type SurfaceInterpolationType Modifier and Type Method Description voidPolygonPatchTypeImpl. setInterpolation(SurfaceInterpolationType newInterpolation)voidRectangleTypeImpl. setInterpolation(SurfaceInterpolationType newInterpolation)voidTriangleTypeImpl. setInterpolation(SurfaceInterpolationType newInterpolation) -
Uses of SurfaceInterpolationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceInterpolationType Modifier and Type Method Description booleanGml311Validator. validateSurfaceInterpolationType(SurfaceInterpolationType surfaceInterpolationType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSurfaceInterpolationTypeObject(SurfaceInterpolationType surfaceInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-