Uses of Class
net.opengis.gml311.CurveInterpolationType
-
Packages that use CurveInterpolationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CurveInterpolationType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type CurveInterpolationType Modifier and Type Field Description static List<CurveInterpolationType>CurveInterpolationType. VALUESA public read-only list of all the 'Curve Interpolation Type' enumerators.Methods in net.opengis.gml311 that return CurveInterpolationType Modifier and Type Method Description static CurveInterpolationTypeCurveInterpolationType. get(int value)Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationTypeCurveInterpolationType. get(String literal)Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationTypeCurveInterpolationType. getByName(String name)Returns the 'Curve Interpolation Type' literal with the specified name.CurveInterpolationTypeConeType. getHorizontalCurveType()Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationTypeCylinderType. getHorizontalCurveType()Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationTypeSphereType. getHorizontalCurveType()Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationTypeArcByCenterPointType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeArcStringByBulgeType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeArcStringType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeBSplineType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeCubicSplineType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeGeodesicStringType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeLineStringSegmentType. getInterpolation()Returns the value of the 'Interpolation' attribute.CurveInterpolationTypeConeType. getVerticalCurveType()Returns the value of the 'Vertical Curve Type' attribute.CurveInterpolationTypeCylinderType. getVerticalCurveType()Returns the value of the 'Vertical Curve Type' attribute.CurveInterpolationTypeSphereType. getVerticalCurveType()Returns the value of the 'Vertical Curve Type' attribute.static CurveInterpolationTypeCurveInterpolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CurveInterpolationType[]CurveInterpolationType. 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 CurveInterpolationType Modifier and Type Method Description voidConeType. 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.impl
Fields in net.opengis.gml311.impl declared as CurveInterpolationType Modifier and Type Field Description protected static CurveInterpolationTypeConeTypeImpl. HORIZONTAL_CURVE_TYPE_EDEFAULTThe default value of the 'Horizontal Curve Type' attribute.protected static CurveInterpolationTypeCylinderTypeImpl. HORIZONTAL_CURVE_TYPE_EDEFAULTThe default value of the 'Horizontal Curve Type' attribute.protected static 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 CurveInterpolationTypeArcByCenterPointTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeArcStringByBulgeTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeArcStringTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeBSplineTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeCubicSplineTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeGeodesicStringTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeLineStringSegmentTypeImpl. INTERPOLATION_EDEFAULTThe default value of the 'Interpolation' attribute.protected static CurveInterpolationTypeConeTypeImpl. VERTICAL_CURVE_TYPE_EDEFAULTThe default value of the 'Vertical Curve Type' attribute.protected static CurveInterpolationTypeCylinderTypeImpl. VERTICAL_CURVE_TYPE_EDEFAULTThe default value of the 'Vertical Curve Type' attribute.protected static 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 with parameters of type CurveInterpolationType Modifier and Type Method Description voidConeTypeImpl. 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.util
Methods in net.opengis.gml311.util with parameters of type CurveInterpolationType Modifier and Type Method Description booleanGml311Validator. validateCurveInterpolationType(CurveInterpolationType curveInterpolationType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateCurveInterpolationTypeObject(CurveInterpolationType curveInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-