Package net.opengis.gml.x32
Interface ConeType
-
- All Superinterfaces:
AbstractGriddedSurfaceType,AbstractParametricCurveSurfaceType,AbstractSurfacePatchType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ConeTypeImpl
public interface ConeType extends AbstractGriddedSurfaceType
An XML ConeType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConeType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractGriddedSurfaceType
AbstractGriddedSurfaceType.Rows
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurveInterpolationType.EnumgetHorizontalCurveType()Gets the "horizontalCurveType" attributeCurveInterpolationType.EnumgetVerticalCurveType()Gets the "verticalCurveType" attributebooleanisSetHorizontalCurveType()True if has "horizontalCurveType" attributebooleanisSetVerticalCurveType()True if has "verticalCurveType" attributevoidsetHorizontalCurveType(CurveInterpolationType.Enum horizontalCurveType)Sets the "horizontalCurveType" attributevoidsetVerticalCurveType(CurveInterpolationType.Enum verticalCurveType)Sets the "verticalCurveType" attributevoidunsetHorizontalCurveType()Unsets the "horizontalCurveType" attributevoidunsetVerticalCurveType()Unsets the "verticalCurveType" attributeCurveInterpolationTypexgetHorizontalCurveType()Gets (as xml) the "horizontalCurveType" attributeCurveInterpolationTypexgetVerticalCurveType()Gets (as xml) the "verticalCurveType" attributevoidxsetHorizontalCurveType(CurveInterpolationType horizontalCurveType)Sets (as xml) the "horizontalCurveType" attributevoidxsetVerticalCurveType(CurveInterpolationType verticalCurveType)Sets (as xml) the "verticalCurveType" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGriddedSurfaceType
addNewRows, getColumns, getRows, getRows2, isSetColumns, isSetRows2, setColumns, setRows, setRows2, unsetColumns, unsetRows2, xgetColumns, xgetRows2, xsetColumns, xsetRows2
-
Methods inherited from interface net.opengis.gml.x32.AbstractParametricCurveSurfaceType
getAggregationType, isSetAggregationType, setAggregationType, unsetAggregationType, xgetAggregationType, xsetAggregationType
-
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
-
-
-
-
Method Detail
-
getHorizontalCurveType
CurveInterpolationType.Enum getHorizontalCurveType()
Gets the "horizontalCurveType" attribute
-
xgetHorizontalCurveType
CurveInterpolationType xgetHorizontalCurveType()
Gets (as xml) the "horizontalCurveType" attribute
-
isSetHorizontalCurveType
boolean isSetHorizontalCurveType()
True if has "horizontalCurveType" attribute
-
setHorizontalCurveType
void setHorizontalCurveType(CurveInterpolationType.Enum horizontalCurveType)
Sets the "horizontalCurveType" attribute
-
xsetHorizontalCurveType
void xsetHorizontalCurveType(CurveInterpolationType horizontalCurveType)
Sets (as xml) the "horizontalCurveType" attribute
-
unsetHorizontalCurveType
void unsetHorizontalCurveType()
Unsets the "horizontalCurveType" attribute
-
getVerticalCurveType
CurveInterpolationType.Enum getVerticalCurveType()
Gets the "verticalCurveType" attribute
-
xgetVerticalCurveType
CurveInterpolationType xgetVerticalCurveType()
Gets (as xml) the "verticalCurveType" attribute
-
isSetVerticalCurveType
boolean isSetVerticalCurveType()
True if has "verticalCurveType" attribute
-
setVerticalCurveType
void setVerticalCurveType(CurveInterpolationType.Enum verticalCurveType)
Sets the "verticalCurveType" attribute
-
xsetVerticalCurveType
void xsetVerticalCurveType(CurveInterpolationType verticalCurveType)
Sets (as xml) the "verticalCurveType" attribute
-
unsetVerticalCurveType
void unsetVerticalCurveType()
Unsets the "verticalCurveType" attribute
-
-