Interface PolylineShape
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,LayerObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PolylineShapeImpl
public interface PolylineShape extends LayerObject
A representation of the model object 'Polyline Shape'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineStyle
getLineStyle()
Returns the value of the 'Line Style' containment reference.org.eclipse.emf.common.util.EList<PointContour>
getSegments()
Returns the value of the 'Segments' containment reference list.void
setLineStyle(LineStyle value)
Sets the value of the 'Line Style
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
Methods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.LayerObject
getColor, getObjectID, getObjectSeriesValues, getTooltip, getValue, getXMax, getXMin, getYMax, getYMin, isShowLinkedData, isVisible, setBounds, setColor, setObjectID, setShowLinkedData, setTooltip, setValue, setVisible, setXMax, setXMin, setYMax, setYMin
-
-
-
-
Method Detail
-
getLineStyle
LineStyle getLineStyle()
Returns the value of the 'Line Style' containment reference.- Returns:
- the value of the 'Line Style' containment reference.
- See Also:
setLineStyle(LineStyle)
,GeographicalSchemaPackage.getPolylineShape_LineStyle()
-
setLineStyle
void setLineStyle(LineStyle value)
Sets the value of the 'Line Style
' containment reference.- Parameters:
value
- the new value of the 'Line Style' containment reference.- See Also:
getLineStyle()
-
getSegments
org.eclipse.emf.common.util.EList<PointContour> getSegments()
Returns the value of the 'Segments' containment reference list. The list contents are of typePointContour
.- Returns:
- the value of the 'Segments' containment reference list.
- See Also:
GeographicalSchemaPackage.getPolylineShape_Segments()
-
-