Uses of Enum Class
net.opengis.gml311.CurveInterpolationType
Packages that use CurveInterpolationType
- 
Uses of CurveInterpolationType in net.opengis.gml311Fields in net.opengis.gml311 with type parameters of type CurveInterpolationTypeModifier and TypeFieldDescriptionstatic final List<CurveInterpolationType>CurveInterpolationType.VALUESA public read-only list of all the 'Curve Interpolation Type' enumerators.Methods in net.opengis.gml311 that return CurveInterpolationTypeModifier and TypeMethodDescriptionstatic CurveInterpolationTypeCurveInterpolationType.get(int value) Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationTypeReturns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationTypeReturns 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 CurveInterpolationTypeReturns 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 TypeMethodDescriptionvoidConeType.setHorizontalCurveType(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type' attribute.voidCylinderType.setHorizontalCurveType(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type' attribute.voidSphereType.setHorizontalCurveType(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type' attribute.voidArcByCenterPointType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidArcStringByBulgeType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidArcStringType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidBSplineType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidCubicSplineType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidGeodesicStringType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidLineStringSegmentType.setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.voidConeType.setVerticalCurveType(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type' attribute.voidCylinderType.setVerticalCurveType(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type' attribute.voidSphereType.setVerticalCurveType(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type' attribute.
- 
Uses of CurveInterpolationType in net.opengis.gml311.implFields in net.opengis.gml311.impl declared as CurveInterpolationTypeModifier and TypeFieldDescriptionprotected static final CurveInterpolationTypeConeTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULTThe default value of the 'Horizontal Curve Type' attribute.protected static final CurveInterpolationTypeCylinderTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULTThe default value of the 'Horizontal Curve Type' attribute.protected static final CurveInterpolationTypeSphereTypeImpl.HORIZONTAL_CURVE_TYPE_EDEFAULTThe default value of the 'Horizontal Curve Type' attribute.protected CurveInterpolationTypeConeTypeImpl.horizontalCurveTypeThe cached value of the 'Horizontal Curve Type' attribute.protected CurveInterpolationTypeCylinderTypeImpl.horizontalCurveTypeThe cached value of the 'Horizontal Curve Type' attribute.protected CurveInterpolationTypeSphereTypeImpl.horizontalCurveTypeThe cached value of the 'Horizontal Curve Type' attribute.protected CurveInterpolationTypeArcByCenterPointTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeArcStringByBulgeTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeArcStringTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeBSplineTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeCubicSplineTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeGeodesicStringTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected CurveInterpolationTypeLineStringSegmentTypeImpl.interpolationThe cached value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeArcByCenterPointTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeArcStringByBulgeTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeArcStringTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeBSplineTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeCubicSplineTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeGeodesicStringTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeLineStringSegmentTypeImpl.INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static final CurveInterpolationTypeConeTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULTThe default value of the 'Vertical Curve Type' attribute.protected static final CurveInterpolationTypeCylinderTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULTThe default value of the 'Vertical Curve Type' attribute.protected static final CurveInterpolationTypeSphereTypeImpl.VERTICAL_CURVE_TYPE_EDEFAULTThe default value of the 'Vertical Curve Type' attribute.protected CurveInterpolationTypeConeTypeImpl.verticalCurveTypeThe cached value of the 'Vertical Curve Type' attribute.protected CurveInterpolationTypeCylinderTypeImpl.verticalCurveTypeThe cached value of the 'Vertical Curve Type' attribute.protected CurveInterpolationTypeSphereTypeImpl.verticalCurveTypeThe 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 TypeMethodDescriptionvoidConeTypeImpl.setHorizontalCurveType(CurveInterpolationType newHorizontalCurveType) voidCylinderTypeImpl.setHorizontalCurveType(CurveInterpolationType newHorizontalCurveType) voidSphereTypeImpl.setHorizontalCurveType(CurveInterpolationType newHorizontalCurveType) voidArcByCenterPointTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidArcStringByBulgeTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidArcStringTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidBSplineTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidCubicSplineTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidGeodesicStringTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidLineStringSegmentTypeImpl.setInterpolation(CurveInterpolationType newInterpolation) voidConeTypeImpl.setVerticalCurveType(CurveInterpolationType newVerticalCurveType) voidCylinderTypeImpl.setVerticalCurveType(CurveInterpolationType newVerticalCurveType) voidSphereTypeImpl.setVerticalCurveType(CurveInterpolationType newVerticalCurveType) 
- 
Uses of CurveInterpolationType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type CurveInterpolationTypeModifier and TypeMethodDescriptionbooleanGml311Validator.validateCurveInterpolationType(CurveInterpolationType curveInterpolationType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateCurveInterpolationTypeObject(CurveInterpolationType curveInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)