Interface PointShape
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,LayerObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MultiPointShape
,SinglePointShape
- All Known Implementing Classes:
MultiPointShapeImpl
,PointShapeImpl
,SinglePointShapeImpl
A representation of the model object 'Point Shape'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Drawing Type' attribute.getFont()
Returns the value of the 'Font' containment reference.Returns the value of the 'Marker Type' attribute.Returns the value of the 'Picture' containment reference.Returns the value of the 'Point Position' attribute.Returns the value of the 'Symbol' attribute.void
Sets the value of the 'Drawing Type
' attribute.void
Sets the value of the 'Font
' containment reference.void
setMarkerType
(MarkerType value) Sets the value of the 'Marker Type
' attribute.void
setPicture
(Picture value) Sets the value of the 'Picture
' containment reference.void
Sets the value of the 'Point Position
' attribute.void
Sets the value of the 'Symbol
' attribute.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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFont
Font getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
-
setFont
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
-
getSymbol
String getSymbol()Returns the value of the 'Symbol' attribute.- Returns:
- the value of the 'Symbol' attribute.
- See Also:
-
setSymbol
Sets the value of the 'Symbol
' attribute.- Parameters:
value
- the new value of the 'Symbol' attribute.- See Also:
-
getMarkerType
MarkerType getMarkerType()Returns the value of the 'Marker Type' attribute. The literals are from the enumerationMarkerType
.- Returns:
- the value of the 'Marker Type' attribute.
- See Also:
-
setMarkerType
Sets the value of the 'Marker Type
' attribute.- Parameters:
value
- the new value of the 'Marker Type' attribute.- See Also:
-
getPointPosition
PaintingReferencePointPosition getPointPosition()Returns the value of the 'Point Position' attribute. The literals are from the enumerationPaintingReferencePointPosition
.- Returns:
- the value of the 'Point Position' attribute.
- See Also:
-
setPointPosition
Sets the value of the 'Point Position
' attribute.- Parameters:
value
- the new value of the 'Point Position' attribute.- See Also:
-
getDrawingType
PointObjectDrawingType getDrawingType()Returns the value of the 'Drawing Type' attribute. The literals are from the enumerationPointObjectDrawingType
.- Returns:
- the value of the 'Drawing Type' attribute.
- See Also:
-
setDrawingType
Sets the value of the 'Drawing Type
' attribute.- Parameters:
value
- the new value of the 'Drawing Type' attribute.- See Also:
-