Interface LayerItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LayerItemImpl
public interface LayerItem extends IBmObject
A representation of the model object 'Layer Item'.The following features are supported:
- See Also:
GeographicalSchemaPackage.getLayerItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeCoordinateSystemInfo
getCoordinateSystem()
Returns the value of the 'Coordinate System' containment reference.String
getDataSourceRange()
Returns the value of the 'Data Source Range' attribute.UUID
getElementsType()
Returns the value of the 'Elements Type' attribute.String
getName()
Returns the value of the 'Name' attribute.int
getObjectID()
Returns the value of the 'Object ID' attribute.org.eclipse.emf.common.util.EList<LayerObject>
getObjects()
Returns the value of the 'Objects' containment reference list.DataSourceOrganizationType
getOrganizationType()
Returns the value of the 'Organization Type' attribute.int
getScaleRangeBegin()
Returns the value of the 'Scale Range Begin' attribute.int
getScaleRangeEnd()
Returns the value of the 'Scale Range End' attribute.org.eclipse.emf.common.util.EList<DataSeriesItem>
getSeries()
Returns the value of the 'Series' containment reference list.String
getText()
Returns the value of the 'Text' attribute.double
getXMax()
Returns the value of the 'XMax' attribute.double
getXMin()
Returns the value of the 'XMin' attribute.double
getYMax()
Returns the value of the 'YMax' attribute.double
getYMin()
Returns the value of the 'YMin' attribute.boolean
isSelectable()
Returns the value of the 'Selectable' attribute.boolean
isVisible()
Returns the value of the 'Visible' attribute.void
setCoordinateSystem(ShapeCoordinateSystemInfo value)
Sets the value of the 'Coordinate System
' containment reference.void
setDataSourceRange(String value)
Sets the value of the 'Data Source Range
' attribute.void
setElementsType(UUID value)
Sets the value of the 'Elements Type
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setObjectID(int value)
Sets the value of the 'Object ID
' attribute.void
setOrganizationType(DataSourceOrganizationType value)
Sets the value of the 'Organization Type
' attribute.void
setScaleRangeBegin(int value)
Sets the value of the 'Scale Range Begin
' attribute.void
setScaleRangeEnd(int value)
Sets the value of the 'Scale Range End
' attribute.void
setSelectable(boolean value)
Sets the value of the 'Selectable
' attribute.void
setText(String value)
Sets the value of the 'Text
' attribute.void
setVisible(boolean value)
Sets the value of the 'Visible
' attribute.void
setXMax(double value)
Sets the value of the 'XMax
' attribute.void
setXMin(double value)
Sets the value of the 'XMin
' attribute.void
setYMax(double value)
Sets the value of the 'YMax
' attribute.void
setYMin(double value)
Sets the value of the 'YMin
' 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
-
-
-
-
Method Detail
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
setObjectID(int)
,GeographicalSchemaPackage.getLayerItem_ObjectID()
-
setObjectID
void setObjectID(int value)
Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
getObjectID()
-
getCoordinateSystem
ShapeCoordinateSystemInfo getCoordinateSystem()
Returns the value of the 'Coordinate System' containment reference.- Returns:
- the value of the 'Coordinate System' containment reference.
- See Also:
setCoordinateSystem(ShapeCoordinateSystemInfo)
,GeographicalSchemaPackage.getLayerItem_CoordinateSystem()
-
setCoordinateSystem
void setCoordinateSystem(ShapeCoordinateSystemInfo value)
Sets the value of the 'Coordinate System
' containment reference.- Parameters:
value
- the new value of the 'Coordinate System' containment reference.- See Also:
getCoordinateSystem()
-
getSeries
org.eclipse.emf.common.util.EList<DataSeriesItem> getSeries()
Returns the value of the 'Series' containment reference list. The list contents are of typeDataSeriesItem
.- Returns:
- the value of the 'Series' containment reference list.
- See Also:
GeographicalSchemaPackage.getLayerItem_Series()
-
getObjects
org.eclipse.emf.common.util.EList<LayerObject> getObjects()
Returns the value of the 'Objects' containment reference list. The list contents are of typeLayerObject
.- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
GeographicalSchemaPackage.getLayerItem_Objects()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,GeographicalSchemaPackage.getLayerItem_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getText
String getText()
Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,GeographicalSchemaPackage.getLayerItem_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getDataSourceRange
String getDataSourceRange()
Returns the value of the 'Data Source Range' attribute.- Returns:
- the value of the 'Data Source Range' attribute.
- See Also:
setDataSourceRange(String)
,GeographicalSchemaPackage.getLayerItem_DataSourceRange()
-
setDataSourceRange
void setDataSourceRange(String value)
Sets the value of the 'Data Source Range
' attribute.- Parameters:
value
- the new value of the 'Data Source Range' attribute.- See Also:
getDataSourceRange()
-
getXMin
double getXMin()
Returns the value of the 'XMin' attribute.- Returns:
- the value of the 'XMin' attribute.
- See Also:
setXMin(double)
,GeographicalSchemaPackage.getLayerItem_XMin()
-
setXMin
void setXMin(double value)
Sets the value of the 'XMin
' attribute.- Parameters:
value
- the new value of the 'XMin' attribute.- See Also:
getXMin()
-
getYMin
double getYMin()
Returns the value of the 'YMin' attribute.- Returns:
- the value of the 'YMin' attribute.
- See Also:
setYMin(double)
,GeographicalSchemaPackage.getLayerItem_YMin()
-
setYMin
void setYMin(double value)
Sets the value of the 'YMin
' attribute.- Parameters:
value
- the new value of the 'YMin' attribute.- See Also:
getYMin()
-
getXMax
double getXMax()
Returns the value of the 'XMax' attribute.- Returns:
- the value of the 'XMax' attribute.
- See Also:
setXMax(double)
,GeographicalSchemaPackage.getLayerItem_XMax()
-
setXMax
void setXMax(double value)
Sets the value of the 'XMax
' attribute.- Parameters:
value
- the new value of the 'XMax' attribute.- See Also:
getXMax()
-
getYMax
double getYMax()
Returns the value of the 'YMax' attribute.- Returns:
- the value of the 'YMax' attribute.
- See Also:
setYMax(double)
,GeographicalSchemaPackage.getLayerItem_YMax()
-
setYMax
void setYMax(double value)
Sets the value of the 'YMax
' attribute.- Parameters:
value
- the new value of the 'YMax' attribute.- See Also:
getYMax()
-
isVisible
boolean isVisible()
Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
setVisible(boolean)
,GeographicalSchemaPackage.getLayerItem_Visible()
-
setVisible
void setVisible(boolean value)
Sets the value of the 'Visible
' attribute.- Parameters:
value
- the new value of the 'Visible' attribute.- See Also:
isVisible()
-
isSelectable
boolean isSelectable()
Returns the value of the 'Selectable' attribute.- Returns:
- the value of the 'Selectable' attribute.
- See Also:
setSelectable(boolean)
,GeographicalSchemaPackage.getLayerItem_Selectable()
-
setSelectable
void setSelectable(boolean value)
Sets the value of the 'Selectable
' attribute.- Parameters:
value
- the new value of the 'Selectable' attribute.- See Also:
isSelectable()
-
getScaleRangeBegin
int getScaleRangeBegin()
Returns the value of the 'Scale Range Begin' attribute.- Returns:
- the value of the 'Scale Range Begin' attribute.
- See Also:
setScaleRangeBegin(int)
,GeographicalSchemaPackage.getLayerItem_ScaleRangeBegin()
-
setScaleRangeBegin
void setScaleRangeBegin(int value)
Sets the value of the 'Scale Range Begin
' attribute.- Parameters:
value
- the new value of the 'Scale Range Begin' attribute.- See Also:
getScaleRangeBegin()
-
getScaleRangeEnd
int getScaleRangeEnd()
Returns the value of the 'Scale Range End' attribute.- Returns:
- the value of the 'Scale Range End' attribute.
- See Also:
setScaleRangeEnd(int)
,GeographicalSchemaPackage.getLayerItem_ScaleRangeEnd()
-
setScaleRangeEnd
void setScaleRangeEnd(int value)
Sets the value of the 'Scale Range End
' attribute.- Parameters:
value
- the new value of the 'Scale Range End' attribute.- See Also:
getScaleRangeEnd()
-
getOrganizationType
DataSourceOrganizationType getOrganizationType()
Returns the value of the 'Organization Type' attribute. The literals are from the enumerationDataSourceOrganizationType
.- Returns:
- the value of the 'Organization Type' attribute.
- See Also:
DataSourceOrganizationType
,setOrganizationType(DataSourceOrganizationType)
,GeographicalSchemaPackage.getLayerItem_OrganizationType()
-
setOrganizationType
void setOrganizationType(DataSourceOrganizationType value)
Sets the value of the 'Organization Type
' attribute.- Parameters:
value
- the new value of the 'Organization Type' attribute.- See Also:
DataSourceOrganizationType
,getOrganizationType()
-
getElementsType
UUID getElementsType()
Returns the value of the 'Elements Type' attribute.- Returns:
- the value of the 'Elements Type' attribute.
- See Also:
setElementsType(UUID)
,GeographicalSchemaPackage.getLayerItem_ElementsType()
-
setElementsType
void setElementsType(UUID value)
Sets the value of the 'Elements Type
' attribute.- Parameters:
value
- the new value of the 'Elements Type' attribute.- See Also:
getElementsType()
-
-