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
public interface PointShape extends LayerObject
A representation of the model object 'Point Shape'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointObjectDrawingType
getDrawingType()
Returns the value of the 'Drawing Type' attribute.Font
getFont()
Returns the value of the 'Font' containment reference.MarkerType
getMarkerType()
Returns the value of the 'Marker Type' attribute.Picture
getPicture()
Returns the value of the 'Picture' containment reference.PaintingReferencePointPosition
getPointPosition()
Returns the value of the 'Point Position' attribute.String
getSymbol()
Returns the value of the 'Symbol' attribute.void
setDrawingType(PointObjectDrawingType value)
Sets the value of the 'Drawing Type
' attribute.void
setFont(Font value)
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
setPointPosition(PaintingReferencePointPosition value)
Sets the value of the 'Point Position
' attribute.void
setSymbol(String value)
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, 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
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,GeographicalSchemaPackage.getPointShape_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture)
,GeographicalSchemaPackage.getPointShape_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
getSymbol
String getSymbol()
Returns the value of the 'Symbol' attribute.- Returns:
- the value of the 'Symbol' attribute.
- See Also:
setSymbol(String)
,GeographicalSchemaPackage.getPointShape_Symbol()
-
setSymbol
void setSymbol(String value)
Sets the value of the 'Symbol
' attribute.- Parameters:
value
- the new value of the 'Symbol' attribute.- See Also:
getSymbol()
-
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:
MarkerType
,setMarkerType(MarkerType)
,GeographicalSchemaPackage.getPointShape_MarkerType()
-
setMarkerType
void setMarkerType(MarkerType value)
Sets the value of the 'Marker Type
' attribute.- Parameters:
value
- the new value of the 'Marker Type' attribute.- See Also:
MarkerType
,getMarkerType()
-
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:
PaintingReferencePointPosition
,setPointPosition(PaintingReferencePointPosition)
,GeographicalSchemaPackage.getPointShape_PointPosition()
-
setPointPosition
void setPointPosition(PaintingReferencePointPosition value)
Sets the value of the 'Point Position
' attribute.- Parameters:
value
- the new value of the 'Point Position' attribute.- See Also:
PaintingReferencePointPosition
,getPointPosition()
-
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:
PointObjectDrawingType
,setDrawingType(PointObjectDrawingType)
,GeographicalSchemaPackage.getPointShape_DrawingType()
-
setDrawingType
void setDrawingType(PointObjectDrawingType value)
Sets the value of the 'Drawing Type
' attribute.- Parameters:
value
- the new value of the 'Drawing Type' attribute.- See Also:
PointObjectDrawingType
,getDrawingType()
-
-