Package net.opengis.gml311
Interface ConeType
- All Superinterfaces:
AbstractGriddedSurfaceType
,AbstractParametricCurveSurfaceType
,AbstractSurfacePatchType
,EObject
,Notifier
- All Known Implementing Classes:
ConeTypeImpl
A representation of the model object 'Cone Type'.
A cone is a gridded surface given as a
family of conic sections whose control points vary linearly.
NOTE! A 5-point ellipse with all defining positions identical
is a point. Thus, a truncated elliptical cone can be given as a
2x5 set of control points
((P1, P1, P1, P1, P1), (P2, P3, P4, P5, P6)). P1 is the apex
of the cone. P2, P3,P4, P5 and P6 are any five distinct points
around the base ellipse of the cone. If the horizontal curves
are circles as opposed to ellipses, the a circular cone can
be constructed using ((P1, P1, P1),(P2, P3, P4)). The apex most
not coinside with the other plane.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Horizontal Curve Type' attribute.Returns the value of the 'Vertical Curve Type' attribute.boolean
Returns whether the value of the 'Horizontal Curve Type
' attribute is set.boolean
Returns whether the value of the 'Vertical Curve Type
' attribute is set.void
Sets the value of the 'Horizontal Curve Type
' attribute.void
Sets the value of the 'Vertical Curve Type
' attribute.void
Unsets the value of the 'Horizontal Curve Type
' attribute.void
Unsets the value of the 'Vertical Curve Type
' attribute.Methods inherited from interface AbstractGriddedSurfaceType
getColumns, getRow, getRows, setColumns, setRows
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getHorizontalCurveType
CurveInterpolationType 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:
-
setHorizontalCurveType
Sets the value of the 'Horizontal Curve Type
' attribute.- Parameters:
value
- the new value of the 'Horizontal Curve Type' attribute.- See Also:
-
unsetHorizontalCurveType
void unsetHorizontalCurveType()Unsets the value of the 'Horizontal Curve Type
' attribute. -
isSetHorizontalCurveType
boolean 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:
-
getVerticalCurveType
CurveInterpolationType 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:
-
setVerticalCurveType
Sets the value of the 'Vertical Curve Type
' attribute.- Parameters:
value
- the new value of the 'Vertical Curve Type' attribute.- See Also:
-
unsetVerticalCurveType
void unsetVerticalCurveType()Unsets the value of the 'Vertical Curve Type
' attribute. -
isSetVerticalCurveType
boolean 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:
-