Interface SinglePointShape
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,LayerObject
,org.eclipse.emf.common.notify.Notifier
,PointShape
- All Known Implementing Classes:
SinglePointShapeImpl
public interface SinglePointShape extends PointShape
A representation of the model object 'Single Point Shape'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contains(double x, double y)
org.eclipse.emf.common.util.EList<Integer>
getIntCoordinates(double xShift, double yShift, double mult)
double
getX()
Returns the value of the 'X' attribute.double
getY()
Returns the value of the 'Y' attribute.void
setX(double value)
Sets the value of the 'X
' attribute.void
setY(double value)
Sets the value of the 'Y
' 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
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.PointShape
getDrawingType, getFont, getMarkerType, getPicture, getPointPosition, getSymbol, setDrawingType, setFont, setMarkerType, setPicture, setPointPosition, setSymbol
-
-
-
-
Method Detail
-
getX
double getX()
Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
setX(double)
,GeographicalSchemaPackage.getSinglePointShape_X()
-
setX
void setX(double value)
Sets the value of the 'X
' attribute.- Parameters:
value
- the new value of the 'X' attribute.- See Also:
getX()
-
getY
double getY()
Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
setY(double)
,GeographicalSchemaPackage.getSinglePointShape_Y()
-
setY
void setY(double value)
Sets the value of the 'Y
' attribute.- Parameters:
value
- the new value of the 'Y' attribute.- See Also:
getY()
-
contains
boolean contains(double x, double y)
-
getIntCoordinates
org.eclipse.emf.common.util.EList<Integer> getIntCoordinates(double xShift, double yShift, double mult)
-
-