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. VALUES
A 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 SurfaceInterpolationType
SurfaceInterpolationType. get(int value)
Returns the 'Surface Interpolation Type' literal with the specified integer value.static SurfaceInterpolationType
SurfaceInterpolationType. get(String literal)
Returns the 'Surface Interpolation Type' literal with the specified literal value.static SurfaceInterpolationType
SurfaceInterpolationType. getByName(String name)
Returns the 'Surface Interpolation Type' literal with the specified name.SurfaceInterpolationType
PolygonPatchType. getInterpolation()
Returns the value of the 'Interpolation' attribute.SurfaceInterpolationType
RectangleType. getInterpolation()
Returns the value of the 'Interpolation' attribute.SurfaceInterpolationType
TriangleType. getInterpolation()
Returns the value of the 'Interpolation' attribute.static SurfaceInterpolationType
SurfaceInterpolationType. 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 void
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 SurfaceInterpolationType Modifier and Type Field Description protected 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 SurfaceInterpolationType
PolygonPatchTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static SurfaceInterpolationType
RectangleTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static SurfaceInterpolationType
TriangleTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.Methods in net.opengis.gml311.impl that return SurfaceInterpolationType Modifier and Type Method Description SurfaceInterpolationType
Gml311FactoryImpl. createSurfaceInterpolationTypeFromString(EDataType eDataType, String initialValue)
SurfaceInterpolationType
Gml311FactoryImpl. createSurfaceInterpolationTypeObjectFromString(EDataType eDataType, String initialValue)
SurfaceInterpolationType
PolygonPatchTypeImpl. getInterpolation()
SurfaceInterpolationType
RectangleTypeImpl. getInterpolation()
SurfaceInterpolationType
TriangleTypeImpl. getInterpolation()
Methods in net.opengis.gml311.impl with parameters of type SurfaceInterpolationType Modifier and Type Method Description void
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 SurfaceInterpolationType Modifier and Type Method Description boolean
Gml311Validator. validateSurfaceInterpolationType(SurfaceInterpolationType surfaceInterpolationType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateSurfaceInterpolationTypeObject(SurfaceInterpolationType surfaceInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-