Package com.luciad.format.gml32.model
Class TLcdGML32Cylinder
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdCloneable,ILcdDeepCloneable,Serializable,Cloneable
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thehorizontalCurveTypeattribute.static final TLcdDataPropertyData property that maps to theverticalCurveTypeattribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGriddedSurface
COLUMNS_PROPERTY, ROWS_ATTR_PROPERTY, ROWS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractParametricCurveSurface
AGGREGATION_TYPE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thehorizontalCurveTypeattribute.Returns the value of the property that maps to theverticalCurveTypeattribute.voidSets the value of the property that maps to thehorizontalCurveTypeattribute.voidSets the value of the property that maps to theverticalCurveTypeattribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGriddedSurface
getColumns, getRows, getRowsAttr, setColumns, setRows, setRowsAttrMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractParametricCurveSurface
getAggregationType, setAggregationTypeMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractSurfacePatch
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPointMethods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Field Details
-
HORIZONTAL_CURVE_TYPE_PROPERTY
Data property that maps to thehorizontalCurveTypeattribute. The possible values for this property are instances ofELcdGML32CurveInterpolation. -
VERTICAL_CURVE_TYPE_PROPERTY
Data property that maps to theverticalCurveTypeattribute. The possible values for this property are instances ofELcdGML32CurveInterpolation.
-
-
Constructor Details
-
TLcdGML32Cylinder
public TLcdGML32Cylinder() -
TLcdGML32Cylinder
-
-
Method Details
-
getHorizontalCurveType
Returns the value of the property that maps to thehorizontalCurveTypeattribute.- Returns:
- the value of the
HORIZONTAL_CURVE_TYPE_PROPERTYproperty.
-
setHorizontalCurveType
Sets the value of the property that maps to thehorizontalCurveTypeattribute.- Parameters:
aValue- the value to set for theHORIZONTAL_CURVE_TYPE_PROPERTYproperty.
-
getVerticalCurveType
Returns the value of the property that maps to theverticalCurveTypeattribute.- Returns:
- the value of the
VERTICAL_CURVE_TYPE_PROPERTYproperty.
-
setVerticalCurveType
Sets the value of the property that maps to theverticalCurveTypeattribute.- Parameters:
aValue- the value to set for theVERTICAL_CURVE_TYPE_PROPERTYproperty.
-