Uses of Enum Class
net.opengis.gml311.SurfaceInterpolationType
Packages that use SurfaceInterpolationType
-
Uses of SurfaceInterpolationType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SurfaceInterpolationTypeModifier and TypeFieldDescriptionstatic final List<SurfaceInterpolationType>SurfaceInterpolationType.VALUESA public read-only list of all the 'Surface Interpolation Type' enumerators.Methods in net.opengis.gml311 that return SurfaceInterpolationTypeModifier and TypeMethodDescriptionstatic SurfaceInterpolationTypeSurfaceInterpolationType.get(int value) Returns the 'Surface Interpolation Type' literal with the specified integer value.static SurfaceInterpolationTypeReturns the 'Surface Interpolation Type' literal with the specified literal value.static SurfaceInterpolationTypeReturns the 'Surface Interpolation Type' literal with the specified name.PolygonPatchType.getInterpolation()Returns the value of the 'Interpolation' attribute.RectangleType.getInterpolation()Returns the value of the 'Interpolation' attribute.TriangleType.getInterpolation()Returns the value of the 'Interpolation' attribute.static SurfaceInterpolationTypeReturns the enum constant of this class with the specified name.static SurfaceInterpolationType[]SurfaceInterpolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type SurfaceInterpolationTypeModifier and TypeMethodDescriptionvoidPolygonPatchType.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 SurfaceInterpolationTypeModifier and TypeFieldDescriptionprotected 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 final SurfaceInterpolationTypePolygonPatchTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final SurfaceInterpolationTypeRectangleTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final SurfaceInterpolationTypeTriangleTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.Methods in net.opengis.gml311.impl that return SurfaceInterpolationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSurfaceInterpolationTypeFromString(EDataType eDataType, String initialValue) Gml311FactoryImpl.createSurfaceInterpolationTypeObjectFromString(EDataType eDataType, String initialValue) PolygonPatchTypeImpl.getInterpolation()RectangleTypeImpl.getInterpolation()TriangleTypeImpl.getInterpolation()Methods in net.opengis.gml311.impl with parameters of type SurfaceInterpolationTypeModifier and TypeMethodDescriptionvoidPolygonPatchTypeImpl.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 SurfaceInterpolationTypeModifier and TypeMethodDescriptionbooleanGml311Validator.validateSurfaceInterpolationType(SurfaceInterpolationType surfaceInterpolationType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateSurfaceInterpolationTypeObject(SurfaceInterpolationType surfaceInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)