Interface SinglePointShape
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,LayerObject,org.eclipse.emf.common.notify.Notifier,PointShape
- All Known Implementing Classes:
SinglePointShapeImpl
A representation of the model object 'Single 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 TypeMethodDescriptionbooleancontains(double x, double y) org.eclipse.emf.common.util.EList<Integer>getIntCoordinates(double xShift, double yShift, double mult) doublegetX()Returns the value of the 'X' attribute.doublegetY()Returns the value of the 'Y' attribute.voidsetX(double value) Sets the value of the 'X' attribute.voidsetY(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, eUnsetMethods 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, bmSetPropertyMethods 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, setYMinMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.PointShape
getDrawingType, getFont, getMarkerType, getPicture, getPointPosition, getSymbol, setDrawingType, setFont, setMarkerType, setPicture, setPointPosition, setSymbol
-
Method Details
-
getX
double getX()Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
-
setX
void setX(double value) Sets the value of the 'X' attribute.- Parameters:
value- the new value of the 'X' attribute.- See Also:
-
getY
double getY()Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
-
setY
void setY(double value) Sets the value of the 'Y' attribute.- Parameters:
value- the new value of the 'Y' attribute.- See Also:
-
contains
boolean contains(double x, double y) -
getIntCoordinates
org.eclipse.emf.common.util.EList<Integer> getIntCoordinates(double xShift, double yShift, double mult)
-