Interface GeographicalSchema
-
- All Superinterfaces:
AbstractGeographicalSchema
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GeographicalSchemaImpl
public interface GeographicalSchema extends IBmObject, AbstractGeographicalSchema
A representation of the model object 'Geographical Schema'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCurrentID()
Returns the value of the 'Current ID' attribute.GeographicalSchemaDrawingArea
getGeographicalSchemaDrawingArea()
Returns the value of the 'Geographical Schema Drawing Area' containment reference.GeographicalSchemaLegend
getGeographicalSchemaLegend()
Returns the value of the 'Geographical Schema Legend' containment reference.GeographicalSchemaTitle
getGeographicalSchemaTitle()
Returns the value of the 'Geographical Schema Title' containment reference.double
getLatitudeShift()
Returns the value of the 'Latitude Shift' attribute.org.eclipse.emf.common.util.EList<LayerItem>
getLayerItems()
Returns the value of the 'Layer Items' containment reference list.double
getLongitudeShift()
Returns the value of the 'Longitude Shift' attribute.org.eclipse.emf.common.util.EMap<Integer,Value>
getPrintOptions()
Returns the value of the 'Print Options' map.double
getScale()
Returns the value of the 'Scale' attribute.Projection
getSchemaProjection()
Returns the value of the 'Schema Projection' attribute.ShowMode
getShowMode()
Returns the value of the 'Show Mode' attribute.UseOutput
getUseOutput()
Returns the value of the 'Use Output' attribute.double
getViewedXMax()
Returns the value of the 'Viewed XMax' attribute.double
getViewedXMin()
Returns the value of the 'Viewed XMin' attribute.double
getViewedYMax()
Returns the value of the 'Viewed YMax' attribute.double
getViewedYMin()
Returns the value of the 'Viewed YMin' 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.void
setCurrentID(int value)
Sets the value of the 'Current ID
' attribute.void
setGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea value)
Sets the value of the 'Geographical Schema Drawing Area
' containment reference.void
setGeographicalSchemaLegend(GeographicalSchemaLegend value)
Sets the value of the 'Geographical Schema Legend
' containment reference.void
setGeographicalSchemaTitle(GeographicalSchemaTitle value)
Sets the value of the 'Geographical Schema Title
' containment reference.void
setLatitudeShift(double value)
Sets the value of the 'Latitude Shift
' attribute.void
setLongitudeShift(double value)
Sets the value of the 'Longitude Shift
' attribute.void
setScale(double value)
Sets the value of the 'Scale
' attribute.void
setSchemaProjection(Projection value)
Sets the value of the 'Schema Projection
' attribute.void
setShowMode(ShowMode value)
Sets the value of the 'Show Mode
' attribute.void
setUseOutput(UseOutput value)
Sets the value of the 'Use Output
' attribute.void
setViewedXMax(double value)
Sets the value of the 'Viewed XMax
' attribute.void
setViewedXMin(double value)
Sets the value of the 'Viewed XMin
' attribute.void
setViewedYMax(double value)
Sets the value of the 'Viewed YMax
' attribute.void
setViewedYMin(double value)
Sets the value of the 'Viewed YMin
' 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
-
getLayerItems
org.eclipse.emf.common.util.EList<LayerItem> getLayerItems()
Returns the value of the 'Layer Items' containment reference list. The list contents are of typeLayerItem
.- Returns:
- the value of the 'Layer Items' containment reference list.
- See Also:
GeographicalSchemaPackage.getGeographicalSchema_LayerItems()
-
getPrintOptions
org.eclipse.emf.common.util.EMap<Integer,Value> getPrintOptions()
Returns the value of the 'Print Options' map. The key is of typeInteger
, and the value is of typeValue
,- Returns:
- the value of the 'Print Options' map.
- See Also:
GeographicalSchemaPackage.getGeographicalSchema_PrintOptions()
-
getGeographicalSchemaLegend
GeographicalSchemaLegend getGeographicalSchemaLegend()
Returns the value of the 'Geographical Schema Legend' containment reference.- Returns:
- the value of the 'Geographical Schema Legend' containment reference.
- See Also:
setGeographicalSchemaLegend(GeographicalSchemaLegend)
,GeographicalSchemaPackage.getGeographicalSchema_GeographicalSchemaLegend()
-
setGeographicalSchemaLegend
void setGeographicalSchemaLegend(GeographicalSchemaLegend value)
Sets the value of the 'Geographical Schema Legend
' containment reference.- Parameters:
value
- the new value of the 'Geographical Schema Legend' containment reference.- See Also:
getGeographicalSchemaLegend()
-
getGeographicalSchemaTitle
GeographicalSchemaTitle getGeographicalSchemaTitle()
Returns the value of the 'Geographical Schema Title' containment reference.- Returns:
- the value of the 'Geographical Schema Title' containment reference.
- See Also:
setGeographicalSchemaTitle(GeographicalSchemaTitle)
,GeographicalSchemaPackage.getGeographicalSchema_GeographicalSchemaTitle()
-
setGeographicalSchemaTitle
void setGeographicalSchemaTitle(GeographicalSchemaTitle value)
Sets the value of the 'Geographical Schema Title
' containment reference.- Parameters:
value
- the new value of the 'Geographical Schema Title' containment reference.- See Also:
getGeographicalSchemaTitle()
-
getGeographicalSchemaDrawingArea
GeographicalSchemaDrawingArea getGeographicalSchemaDrawingArea()
Returns the value of the 'Geographical Schema Drawing Area' containment reference.- Returns:
- the value of the 'Geographical Schema Drawing Area' containment reference.
- See Also:
setGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea)
,GeographicalSchemaPackage.getGeographicalSchema_GeographicalSchemaDrawingArea()
-
setGeographicalSchemaDrawingArea
void setGeographicalSchemaDrawingArea(GeographicalSchemaDrawingArea value)
Sets the value of the 'Geographical Schema Drawing Area
' containment reference.- Parameters:
value
- the new value of the 'Geographical Schema Drawing Area' containment reference.- See Also:
getGeographicalSchemaDrawingArea()
-
getLatitudeShift
double getLatitudeShift()
Returns the value of the 'Latitude Shift' attribute.- Returns:
- the value of the 'Latitude Shift' attribute.
- See Also:
setLatitudeShift(double)
,GeographicalSchemaPackage.getGeographicalSchema_LatitudeShift()
-
setLatitudeShift
void setLatitudeShift(double value)
Sets the value of the 'Latitude Shift
' attribute.- Parameters:
value
- the new value of the 'Latitude Shift' attribute.- See Also:
getLatitudeShift()
-
getLongitudeShift
double getLongitudeShift()
Returns the value of the 'Longitude Shift' attribute.- Returns:
- the value of the 'Longitude Shift' attribute.
- See Also:
setLongitudeShift(double)
,GeographicalSchemaPackage.getGeographicalSchema_LongitudeShift()
-
setLongitudeShift
void setLongitudeShift(double value)
Sets the value of the 'Longitude Shift
' attribute.- Parameters:
value
- the new value of the 'Longitude Shift' attribute.- See Also:
getLongitudeShift()
-
getSchemaProjection
Projection getSchemaProjection()
Returns the value of the 'Schema Projection' attribute. The literals are from the enumerationProjection
.- Returns:
- the value of the 'Schema Projection' attribute.
- See Also:
Projection
,setSchemaProjection(Projection)
,GeographicalSchemaPackage.getGeographicalSchema_SchemaProjection()
-
setSchemaProjection
void setSchemaProjection(Projection value)
Sets the value of the 'Schema Projection
' attribute.- Parameters:
value
- the new value of the 'Schema Projection' attribute.- See Also:
Projection
,getSchemaProjection()
-
getShowMode
ShowMode getShowMode()
Returns the value of the 'Show Mode' attribute. The literals are from the enumerationShowMode
.- Returns:
- the value of the 'Show Mode' attribute.
- See Also:
ShowMode
,setShowMode(ShowMode)
,GeographicalSchemaPackage.getGeographicalSchema_ShowMode()
-
setShowMode
void setShowMode(ShowMode value)
Sets the value of the 'Show Mode
' attribute.- Parameters:
value
- the new value of the 'Show Mode' attribute.- See Also:
ShowMode
,getShowMode()
-
getScale
double getScale()
Returns the value of the 'Scale' attribute.- Returns:
- the value of the 'Scale' attribute.
- See Also:
setScale(double)
,GeographicalSchemaPackage.getGeographicalSchema_Scale()
-
setScale
void setScale(double value)
Sets the value of the 'Scale
' attribute.- Parameters:
value
- the new value of the 'Scale' attribute.- See Also:
getScale()
-
getXMin
double getXMin()
Returns the value of the 'XMin' attribute.- Returns:
- the value of the 'XMin' attribute.
- See Also:
setXMin(double)
,GeographicalSchemaPackage.getGeographicalSchema_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.getGeographicalSchema_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.getGeographicalSchema_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.getGeographicalSchema_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()
-
getViewedXMin
double getViewedXMin()
Returns the value of the 'Viewed XMin' attribute.- Returns:
- the value of the 'Viewed XMin' attribute.
- See Also:
setViewedXMin(double)
,GeographicalSchemaPackage.getGeographicalSchema_ViewedXMin()
-
setViewedXMin
void setViewedXMin(double value)
Sets the value of the 'Viewed XMin
' attribute.- Parameters:
value
- the new value of the 'Viewed XMin' attribute.- See Also:
getViewedXMin()
-
getViewedYMin
double getViewedYMin()
Returns the value of the 'Viewed YMin' attribute.- Returns:
- the value of the 'Viewed YMin' attribute.
- See Also:
setViewedYMin(double)
,GeographicalSchemaPackage.getGeographicalSchema_ViewedYMin()
-
setViewedYMin
void setViewedYMin(double value)
Sets the value of the 'Viewed YMin
' attribute.- Parameters:
value
- the new value of the 'Viewed YMin' attribute.- See Also:
getViewedYMin()
-
getViewedXMax
double getViewedXMax()
Returns the value of the 'Viewed XMax' attribute.- Returns:
- the value of the 'Viewed XMax' attribute.
- See Also:
setViewedXMax(double)
,GeographicalSchemaPackage.getGeographicalSchema_ViewedXMax()
-
setViewedXMax
void setViewedXMax(double value)
Sets the value of the 'Viewed XMax
' attribute.- Parameters:
value
- the new value of the 'Viewed XMax' attribute.- See Also:
getViewedXMax()
-
getViewedYMax
double getViewedYMax()
Returns the value of the 'Viewed YMax' attribute.- Returns:
- the value of the 'Viewed YMax' attribute.
- See Also:
setViewedYMax(double)
,GeographicalSchemaPackage.getGeographicalSchema_ViewedYMax()
-
setViewedYMax
void setViewedYMax(double value)
Sets the value of the 'Viewed YMax
' attribute.- Parameters:
value
- the new value of the 'Viewed YMax' attribute.- See Also:
getViewedYMax()
-
getUseOutput
UseOutput getUseOutput()
Returns the value of the 'Use Output' attribute. The literals are from the enumerationUseOutput
.- Returns:
- the value of the 'Use Output' attribute.
- See Also:
UseOutput
,setUseOutput(UseOutput)
,GeographicalSchemaPackage.getGeographicalSchema_UseOutput()
-
setUseOutput
void setUseOutput(UseOutput value)
Sets the value of the 'Use Output
' attribute.- Parameters:
value
- the new value of the 'Use Output' attribute.- See Also:
UseOutput
,getUseOutput()
-
getCurrentID
int getCurrentID()
Returns the value of the 'Current ID' attribute.- Returns:
- the value of the 'Current ID' attribute.
- See Also:
setCurrentID(int)
,GeographicalSchemaPackage.getGeographicalSchema_CurrentID()
-
setCurrentID
void setCurrentID(int value)
Sets the value of the 'Current ID
' attribute.- Parameters:
value
- the new value of the 'Current ID' attribute.- See Also:
getCurrentID()
-
-