Uses of Enum Class
net.opengis.gml311.CurveInterpolationType
Packages that use CurveInterpolationType
-
Uses of CurveInterpolationType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type CurveInterpolationTypeModifier and TypeFieldDescriptionstatic final List<CurveInterpolationType>
CurveInterpolationType.VALUES
A public read-only list of all the 'Curve Interpolation Type' enumerators.Methods in net.opengis.gml311 that return CurveInterpolationTypeModifier and TypeMethodDescriptionstatic CurveInterpolationType
CurveInterpolationType.get
(int value) Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationType
Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationType
Returns the 'Curve Interpolation Type' literal with the specified name.ConeType.getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.CylinderType.getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.SphereType.getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.ArcByCenterPointType.getInterpolation()
Returns the value of the 'Interpolation' attribute.ArcStringByBulgeType.getInterpolation()
Returns the value of the 'Interpolation' attribute.ArcStringType.getInterpolation()
Returns the value of the 'Interpolation' attribute.BSplineType.getInterpolation()
Returns the value of the 'Interpolation' attribute.CubicSplineType.getInterpolation()
Returns the value of the 'Interpolation' attribute.GeodesicStringType.getInterpolation()
Returns the value of the 'Interpolation' attribute.LineStringSegmentType.getInterpolation()
Returns the value of the 'Interpolation' attribute.ConeType.getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.CylinderType.getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.SphereType.getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.static CurveInterpolationType
Returns the enum constant of this class with the specified name.static CurveInterpolationType[]
CurveInterpolationType.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 CurveInterpolationTypeModifier and TypeMethodDescriptionvoid
ConeType.setHorizontalCurveType
(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type
' attribute.void
CylinderType.setHorizontalCurveType
(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type
' attribute.void
SphereType.setHorizontalCurveType
(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type
' attribute.void
ArcByCenterPointType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
ArcStringByBulgeType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
ArcStringType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
BSplineType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
CubicSplineType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
GeodesicStringType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
LineStringSegmentType.setInterpolation
(CurveInterpolationType value) Sets the value of the 'Interpolation
' attribute.void
ConeType.setVerticalCurveType
(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type
' attribute.void
CylinderType.setVerticalCurveType
(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type
' attribute.void
SphereType.setVerticalCurveType
(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type
' attribute. -
Uses of CurveInterpolationType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as CurveInterpolationTypeModifier and TypeFieldDescriptionprotected static final CurveInterpolationType
ConeTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULT
The default value of the 'Horizontal Curve Type
' attribute.protected static final CurveInterpolationType
CylinderTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULT
The default value of the 'Horizontal Curve Type
' attribute.protected static final CurveInterpolationType
SphereTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULT
The default value of the 'Horizontal Curve Type
' attribute.protected CurveInterpolationType
ConeTypeImpl.horizontalCurveType
The cached value of the 'Horizontal Curve Type
' attribute.protected CurveInterpolationType
CylinderTypeImpl.horizontalCurveType
The cached value of the 'Horizontal Curve Type
' attribute.protected CurveInterpolationType
SphereTypeImpl.horizontalCurveType
The cached value of the 'Horizontal Curve Type
' attribute.protected CurveInterpolationType
ArcByCenterPointTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
ArcStringByBulgeTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
ArcStringTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
BSplineTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
CubicSplineTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
GeodesicStringTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected CurveInterpolationType
LineStringSegmentTypeImpl.interpolation
The cached value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
ArcByCenterPointTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
ArcStringByBulgeTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
ArcStringTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
BSplineTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
CubicSplineTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
GeodesicStringTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
LineStringSegmentTypeImpl.INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static final CurveInterpolationType
ConeTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULT
The default value of the 'Vertical Curve Type
' attribute.protected static final CurveInterpolationType
CylinderTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULT
The default value of the 'Vertical Curve Type
' attribute.protected static final CurveInterpolationType
SphereTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULT
The default value of the 'Vertical Curve Type
' attribute.protected CurveInterpolationType
ConeTypeImpl.verticalCurveType
The cached value of the 'Vertical Curve Type
' attribute.protected CurveInterpolationType
CylinderTypeImpl.verticalCurveType
The cached value of the 'Vertical Curve Type
' attribute.protected CurveInterpolationType
SphereTypeImpl.verticalCurveType
The cached value of the 'Vertical Curve Type
' attribute.Methods in net.opengis.gml311.impl that return CurveInterpolationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCurveInterpolationTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createCurveInterpolationTypeObjectFromString
(EDataType eDataType, String initialValue) ConeTypeImpl.getHorizontalCurveType()
CylinderTypeImpl.getHorizontalCurveType()
SphereTypeImpl.getHorizontalCurveType()
ArcByCenterPointTypeImpl.getInterpolation()
ArcStringByBulgeTypeImpl.getInterpolation()
ArcStringTypeImpl.getInterpolation()
BSplineTypeImpl.getInterpolation()
CubicSplineTypeImpl.getInterpolation()
GeodesicStringTypeImpl.getInterpolation()
LineStringSegmentTypeImpl.getInterpolation()
ConeTypeImpl.getVerticalCurveType()
CylinderTypeImpl.getVerticalCurveType()
SphereTypeImpl.getVerticalCurveType()
Methods in net.opengis.gml311.impl with parameters of type CurveInterpolationTypeModifier and TypeMethodDescriptionvoid
ConeTypeImpl.setHorizontalCurveType
(CurveInterpolationType newHorizontalCurveType) void
CylinderTypeImpl.setHorizontalCurveType
(CurveInterpolationType newHorizontalCurveType) void
SphereTypeImpl.setHorizontalCurveType
(CurveInterpolationType newHorizontalCurveType) void
ArcByCenterPointTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
ArcStringByBulgeTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
ArcStringTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
BSplineTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
CubicSplineTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
GeodesicStringTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
LineStringSegmentTypeImpl.setInterpolation
(CurveInterpolationType newInterpolation) void
ConeTypeImpl.setVerticalCurveType
(CurveInterpolationType newVerticalCurveType) void
CylinderTypeImpl.setVerticalCurveType
(CurveInterpolationType newVerticalCurveType) void
SphereTypeImpl.setVerticalCurveType
(CurveInterpolationType newVerticalCurveType) -
Uses of CurveInterpolationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CurveInterpolationTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateCurveInterpolationType
(CurveInterpolationType curveInterpolationType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateCurveInterpolationTypeObject
(CurveInterpolationType curveInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)