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.VALUES
A public read-only list of all the 'Surface Interpolation Type' enumerators.Methods in net.opengis.gml311 that return SurfaceInterpolationTypeModifier and TypeMethodDescriptionstatic SurfaceInterpolationType
SurfaceInterpolationType.get
(int value) Returns the 'Surface Interpolation Type' literal with the specified integer value.static SurfaceInterpolationType
Returns the 'Surface Interpolation Type' literal with the specified literal value.static SurfaceInterpolationType
Returns 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 SurfaceInterpolationType
Returns 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 TypeMethodDescriptionvoid
PolygonPatchType.setInterpolation
(SurfaceInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
RectangleType.setInterpolation
(SurfaceInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
TriangleType.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 SurfaceInterpolationType
PolygonPatchTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected SurfaceInterpolationType
RectangleTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected SurfaceInterpolationType
TriangleTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected static final SurfaceInterpolationType
PolygonPatchTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final SurfaceInterpolationType
RectangleTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final SurfaceInterpolationType
TriangleTypeImpl.INTERPOLATION_EDEFAULT
The 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 TypeMethodDescriptionvoid
PolygonPatchTypeImpl.setInterpolation
(SurfaceInterpolationType newInterpolation) void
RectangleTypeImpl.setInterpolation
(SurfaceInterpolationType newInterpolation) void
TriangleTypeImpl.setInterpolation
(SurfaceInterpolationType newInterpolation) -
Uses of SurfaceInterpolationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceInterpolationTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateSurfaceInterpolationType
(SurfaceInterpolationType surfaceInterpolationType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateSurfaceInterpolationTypeObject
(SurfaceInterpolationType surfaceInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)