Package net.opengis.gml311
Interface CylinderType
- 
- All Superinterfaces:
- AbstractGriddedSurfaceType,- AbstractParametricCurveSurfaceType,- AbstractSurfacePatchType,- EObject,- Notifier
 - All Known Implementing Classes:
- CylinderTypeImpl
 
 public interface CylinderType extends AbstractGriddedSurfaceType A representation of the model object 'Cylinder Type'. A cylinder is a gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape. NOTE! Given the same working assumptions as in the previous note, a Cylinder can be given by two circles, giving us the control points of the form ((P1, P2, P3),(P4, P5, P6)).The following features are supported: - See Also:
- Gml311Package.getCylinderType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CurveInterpolationTypegetHorizontalCurveType()Returns the value of the 'Horizontal Curve Type' attribute.CurveInterpolationTypegetVerticalCurveType()Returns the value of the 'Vertical Curve Type' attribute.booleanisSetHorizontalCurveType()Returns whether the value of the 'Horizontal Curve Type' attribute is set.booleanisSetVerticalCurveType()Returns whether the value of the 'Vertical Curve Type' attribute is set.voidsetHorizontalCurveType(CurveInterpolationType value)Sets the value of the 'Horizontal Curve Type' attribute.voidsetVerticalCurveType(CurveInterpolationType value)Sets the value of the 'Vertical Curve Type' attribute.voidunsetHorizontalCurveType()Unsets the value of the 'Horizontal Curve Type' attribute.voidunsetVerticalCurveType()Unsets the value of the 'Vertical Curve Type' attribute.- 
Methods inherited from interface AbstractGriddedSurfaceTypegetColumns, getRow, getRows, setColumns, setRows
 
- 
 
- 
- 
- 
Method Detail- 
getHorizontalCurveTypeCurveInterpolationType getHorizontalCurveType() Returns the value of the 'Horizontal Curve Type' attribute. The default value is"circularArc3Points". The literals are from the enumerationCurveInterpolationType.If the meaning of the 'Horizontal Curve Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Horizontal Curve Type' attribute.
- See Also:
- CurveInterpolationType,- isSetHorizontalCurveType(),- unsetHorizontalCurveType(),- setHorizontalCurveType(CurveInterpolationType),- Gml311Package.getCylinderType_HorizontalCurveType()
 
 - 
setHorizontalCurveTypevoid setHorizontalCurveType(CurveInterpolationType value) Sets the value of the 'Horizontal Curve Type' attribute.- Parameters:
- value- the new value of the 'Horizontal Curve Type' attribute.
- See Also:
- CurveInterpolationType,- isSetHorizontalCurveType(),- unsetHorizontalCurveType(),- getHorizontalCurveType()
 
 - 
unsetHorizontalCurveTypevoid unsetHorizontalCurveType() Unsets the value of the 'Horizontal Curve Type' attribute.
 - 
isSetHorizontalCurveTypeboolean isSetHorizontalCurveType() Returns whether the value of the 'Horizontal Curve Type' attribute is set.- Returns:
- whether the value of the 'Horizontal Curve Type' attribute is set.
- See Also:
- unsetHorizontalCurveType(),- getHorizontalCurveType(),- setHorizontalCurveType(CurveInterpolationType)
 
 - 
getVerticalCurveTypeCurveInterpolationType getVerticalCurveType() Returns the value of the 'Vertical Curve Type' attribute. The default value is"linear". The literals are from the enumerationCurveInterpolationType.If the meaning of the 'Vertical Curve Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Vertical Curve Type' attribute.
- See Also:
- CurveInterpolationType,- isSetVerticalCurveType(),- unsetVerticalCurveType(),- setVerticalCurveType(CurveInterpolationType),- Gml311Package.getCylinderType_VerticalCurveType()
 
 - 
setVerticalCurveTypevoid setVerticalCurveType(CurveInterpolationType value) Sets the value of the 'Vertical Curve Type' attribute.- Parameters:
- value- the new value of the 'Vertical Curve Type' attribute.
- See Also:
- CurveInterpolationType,- isSetVerticalCurveType(),- unsetVerticalCurveType(),- getVerticalCurveType()
 
 - 
unsetVerticalCurveTypevoid unsetVerticalCurveType() Unsets the value of the 'Vertical Curve Type' attribute.
 - 
isSetVerticalCurveTypeboolean isSetVerticalCurveType() Returns whether the value of the 'Vertical Curve Type' attribute is set.- Returns:
- whether the value of the 'Vertical Curve Type' attribute is set.
- See Also:
- unsetVerticalCurveType(),- getVerticalCurveType(),- setVerticalCurveType(CurveInterpolationType)
 
 
- 
 
-