Package net.opengis.gml.x32
Interface CurveInterpolationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CurveInterpolationTypeImpl
public interface CurveInterpolationType extends org.apache.xmlbeans.XmlStringAn XML CurveInterpolationType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.CurveInterpolationType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCurveInterpolationType.EnumEnumeration value class for net.opengis.gml.x32.CurveInterpolationType.static classCurveInterpolationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static CurveInterpolationType.EnumCIRCULAR_ARC_2_POINT_WITH_BULGEstatic CurveInterpolationType.EnumCIRCULAR_ARC_3_POINTSstatic CurveInterpolationType.EnumCIRCULAR_ARC_CENTER_POINT_WITH_RADIUSstatic CurveInterpolationType.EnumCLOTHOIDstatic CurveInterpolationType.EnumCONICstatic CurveInterpolationType.EnumCUBIC_SPLINEstatic CurveInterpolationType.EnumELLIPTICALstatic CurveInterpolationType.EnumGEODESICstatic intINT_CIRCULAR_ARC_2_POINT_WITH_BULGEstatic intINT_CIRCULAR_ARC_3_POINTSstatic intINT_CIRCULAR_ARC_CENTER_POINT_WITH_RADIUSstatic intINT_CLOTHOIDstatic intINT_CONICstatic intINT_CUBIC_SPLINEstatic intINT_ELLIPTICALstatic intINT_GEODESICstatic intINT_LINEARstatic intINT_POLYNOMIAL_SPLINEstatic intINT_RATIONAL_SPLINEstatic CurveInterpolationType.EnumLINEARstatic CurveInterpolationType.EnumPOLYNOMIAL_SPLINEstatic CurveInterpolationType.EnumRATIONAL_SPLINEstatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.StringEnumAbstractBaseenumValue()voidset(org.apache.xmlbeans.StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final org.apache.xmlbeans.SchemaType type
-
LINEAR
static final CurveInterpolationType.Enum LINEAR
-
GEODESIC
static final CurveInterpolationType.Enum GEODESIC
-
CIRCULAR_ARC_3_POINTS
static final CurveInterpolationType.Enum CIRCULAR_ARC_3_POINTS
-
CIRCULAR_ARC_2_POINT_WITH_BULGE
static final CurveInterpolationType.Enum CIRCULAR_ARC_2_POINT_WITH_BULGE
-
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
static final CurveInterpolationType.Enum CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
-
ELLIPTICAL
static final CurveInterpolationType.Enum ELLIPTICAL
-
CLOTHOID
static final CurveInterpolationType.Enum CLOTHOID
-
CONIC
static final CurveInterpolationType.Enum CONIC
-
POLYNOMIAL_SPLINE
static final CurveInterpolationType.Enum POLYNOMIAL_SPLINE
-
CUBIC_SPLINE
static final CurveInterpolationType.Enum CUBIC_SPLINE
-
RATIONAL_SPLINE
static final CurveInterpolationType.Enum RATIONAL_SPLINE
-
INT_LINEAR
static final int INT_LINEAR
- See Also:
- Constant Field Values
-
INT_GEODESIC
static final int INT_GEODESIC
- See Also:
- Constant Field Values
-
INT_CIRCULAR_ARC_3_POINTS
static final int INT_CIRCULAR_ARC_3_POINTS
- See Also:
- Constant Field Values
-
INT_CIRCULAR_ARC_2_POINT_WITH_BULGE
static final int INT_CIRCULAR_ARC_2_POINT_WITH_BULGE
- See Also:
- Constant Field Values
-
INT_CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
static final int INT_CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
- See Also:
- Constant Field Values
-
INT_ELLIPTICAL
static final int INT_ELLIPTICAL
- See Also:
- Constant Field Values
-
INT_CLOTHOID
static final int INT_CLOTHOID
- See Also:
- Constant Field Values
-
INT_CONIC
static final int INT_CONIC
- See Also:
- Constant Field Values
-
INT_POLYNOMIAL_SPLINE
static final int INT_POLYNOMIAL_SPLINE
- See Also:
- Constant Field Values
-
INT_CUBIC_SPLINE
static final int INT_CUBIC_SPLINE
- See Also:
- Constant Field Values
-
INT_RATIONAL_SPLINE
static final int INT_RATIONAL_SPLINE
- See Also:
- Constant Field Values
-
-