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. VALUES
A 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 CurveInterpolationType
CurveInterpolationType. get(int value)
Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationType
CurveInterpolationType. get(String literal)
Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationType
CurveInterpolationType. getByName(String name)
Returns the 'Curve Interpolation Type' literal with the specified name.CurveInterpolationType
ConeType. getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationType
CylinderType. getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationType
SphereType. getHorizontalCurveType()
Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationType
ArcByCenterPointType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
ArcStringByBulgeType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
ArcStringType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
BSplineType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
CubicSplineType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
GeodesicStringType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
LineStringSegmentType. getInterpolation()
Returns the value of the 'Interpolation' attribute.CurveInterpolationType
ConeType. getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.CurveInterpolationType
CylinderType. getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.CurveInterpolationType
SphereType. getVerticalCurveType()
Returns the value of the 'Vertical Curve Type' attribute.static CurveInterpolationType
CurveInterpolationType. 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 void
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 CurveInterpolationType Modifier and Type Field Description protected static CurveInterpolationType
ConeTypeImpl. HORIZONTAL_CURVE_TYPE_EDEFAULT
The default value of the 'Horizontal Curve Type
' attribute.protected static CurveInterpolationType
CylinderTypeImpl. HORIZONTAL_CURVE_TYPE_EDEFAULT
The default value of the 'Horizontal Curve Type
' attribute.protected static 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 CurveInterpolationType
ArcByCenterPointTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
ArcStringByBulgeTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
ArcStringTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
BSplineTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
CubicSplineTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
GeodesicStringTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
LineStringSegmentTypeImpl. INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected static CurveInterpolationType
ConeTypeImpl. VERTICAL_CURVE_TYPE_EDEFAULT
The default value of the 'Vertical Curve Type
' attribute.protected static CurveInterpolationType
CylinderTypeImpl. VERTICAL_CURVE_TYPE_EDEFAULT
The default value of the 'Vertical Curve Type
' attribute.protected static 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 with parameters of type CurveInterpolationType Modifier and Type Method Description void
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 CurveInterpolationType Modifier and Type Method Description boolean
Gml311Validator. validateCurveInterpolationType(CurveInterpolationType curveInterpolationType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateCurveInterpolationTypeObject(CurveInterpolationType curveInterpolationTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-