Package net.opengis.gml.x32
Interface SurfaceInterpolationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SurfaceInterpolationTypeImpl
public interface SurfaceInterpolationType extends org.apache.xmlbeans.XmlStringAn XML SurfaceInterpolationType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.SurfaceInterpolationType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSurfaceInterpolationType.EnumEnumeration value class for net.opengis.gml.x32.SurfaceInterpolationType.static classSurfaceInterpolationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SurfaceInterpolationType.EnumCONICstatic SurfaceInterpolationType.EnumELLIPTICALstatic intINT_CONICstatic intINT_ELLIPTICALstatic intINT_NONEstatic intINT_PARAMETRIC_CURVEstatic intINT_PLANARstatic intINT_POLYNOMIAL_SPLINEstatic intINT_RATIONAL_SPLINEstatic intINT_SPHERICALstatic intINT_TINstatic intINT_TRIANGULATED_SPLINEstatic SurfaceInterpolationType.EnumNONEstatic SurfaceInterpolationType.EnumPARAMETRIC_CURVEstatic SurfaceInterpolationType.EnumPLANARstatic SurfaceInterpolationType.EnumPOLYNOMIAL_SPLINEstatic SurfaceInterpolationType.EnumRATIONAL_SPLINEstatic SurfaceInterpolationType.EnumSPHERICALstatic SurfaceInterpolationType.EnumTINstatic SurfaceInterpolationType.EnumTRIANGULATED_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
-
NONE
static final SurfaceInterpolationType.Enum NONE
-
PLANAR
static final SurfaceInterpolationType.Enum PLANAR
-
SPHERICAL
static final SurfaceInterpolationType.Enum SPHERICAL
-
ELLIPTICAL
static final SurfaceInterpolationType.Enum ELLIPTICAL
-
CONIC
static final SurfaceInterpolationType.Enum CONIC
-
TIN
static final SurfaceInterpolationType.Enum TIN
-
PARAMETRIC_CURVE
static final SurfaceInterpolationType.Enum PARAMETRIC_CURVE
-
POLYNOMIAL_SPLINE
static final SurfaceInterpolationType.Enum POLYNOMIAL_SPLINE
-
RATIONAL_SPLINE
static final SurfaceInterpolationType.Enum RATIONAL_SPLINE
-
TRIANGULATED_SPLINE
static final SurfaceInterpolationType.Enum TRIANGULATED_SPLINE
-
INT_NONE
static final int INT_NONE
- See Also:
- Constant Field Values
-
INT_PLANAR
static final int INT_PLANAR
- See Also:
- Constant Field Values
-
INT_SPHERICAL
static final int INT_SPHERICAL
- See Also:
- Constant Field Values
-
INT_ELLIPTICAL
static final int INT_ELLIPTICAL
- See Also:
- Constant Field Values
-
INT_CONIC
static final int INT_CONIC
- See Also:
- Constant Field Values
-
INT_TIN
static final int INT_TIN
- See Also:
- Constant Field Values
-
INT_PARAMETRIC_CURVE
static final int INT_PARAMETRIC_CURVE
- See Also:
- Constant Field Values
-
INT_POLYNOMIAL_SPLINE
static final int INT_POLYNOMIAL_SPLINE
- See Also:
- Constant Field Values
-
INT_RATIONAL_SPLINE
static final int INT_RATIONAL_SPLINE
- See Also:
- Constant Field Values
-
INT_TRIANGULATED_SPLINE
static final int INT_TRIANGULATED_SPLINE
- See Also:
- Constant Field Values
-
-