Class GeographicalSchemaAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class GeographicalSchemaAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    GeographicalSchemaPackage
    • Field Detail

      • modelSwitch

        protected GeographicalSchemaSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • GeographicalSchemaAdapterFactory

        public GeographicalSchemaAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createShapeCoordinateSystemInfoAdapter

        public org.eclipse.emf.common.notify.Adapter createShapeCoordinateSystemInfoAdapter()
        Creates a new adapter for an object of class 'Shape Coordinate System Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ShapeCoordinateSystemInfo
      • createDataSeriesItemAdapter

        public org.eclipse.emf.common.notify.Adapter createDataSeriesItemAdapter()
        Creates a new adapter for an object of class 'Data Series Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DataSeriesItem
      • createObjectSeriesValueAdapter

        public org.eclipse.emf.common.notify.Adapter createObjectSeriesValueAdapter()
        Creates a new adapter for an object of class 'Object Series Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ObjectSeriesValue
      • createPointAdapter

        public org.eclipse.emf.common.notify.Adapter createPointAdapter()
        Creates a new adapter for an object of class 'Point'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Point
      • createLayerObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createLayerObjectAdapter()
        Creates a new adapter for an object of class 'Layer Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LayerObject
      • createPointShapeAdapter

        public org.eclipse.emf.common.notify.Adapter createPointShapeAdapter()
        Creates a new adapter for an object of class 'Point Shape'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PointShape
      • createSinglePointShapeAdapter

        public org.eclipse.emf.common.notify.Adapter createSinglePointShapeAdapter()
        Creates a new adapter for an object of class 'Single Point Shape'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SinglePointShape
      • createMultiPointShapeAdapter

        public org.eclipse.emf.common.notify.Adapter createMultiPointShapeAdapter()
        Creates a new adapter for an object of class 'Multi Point Shape'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MultiPointShape
      • createLineStyleAdapter

        public org.eclipse.emf.common.notify.Adapter createLineStyleAdapter()
        Creates a new adapter for an object of class 'Line Style'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LineStyle
      • createPointContourAdapter

        public org.eclipse.emf.common.notify.Adapter createPointContourAdapter()
        Creates a new adapter for an object of class 'Point Contour'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PointContour
      • createPolylineShapeAdapter

        public org.eclipse.emf.common.notify.Adapter createPolylineShapeAdapter()
        Creates a new adapter for an object of class 'Polyline Shape'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PolylineShape
      • createPolygonShapeAdapter

        public org.eclipse.emf.common.notify.Adapter createPolygonShapeAdapter()
        Creates a new adapter for an object of class 'Polygon Shape'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PolygonShape
      • createLayerItemAdapter

        public org.eclipse.emf.common.notify.Adapter createLayerItemAdapter()
        Creates a new adapter for an object of class 'Layer Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LayerItem
      • createLegendItemAdapter

        public org.eclipse.emf.common.notify.Adapter createLegendItemAdapter()
        Creates a new adapter for an object of class 'Legend Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LegendItem
      • createGeographicalSchemaComponentAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaComponentAdapter()
        Creates a new adapter for an object of class 'Component'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchemaComponent
      • createGeographicalSchemaLegendAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaLegendAdapter()
        Creates a new adapter for an object of class 'Legend'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchemaLegend
      • createGeographicalSchemaDrawingAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaDrawingAreaAdapter()
        Creates a new adapter for an object of class 'Drawing Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchemaDrawingArea
      • createGeographicalSchemaTitleAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaTitleAdapter()
        Creates a new adapter for an object of class 'Title'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchemaTitle
      • createPrintOptionAdapter

        public org.eclipse.emf.common.notify.Adapter createPrintOptionAdapter()
        Creates a new adapter for an object of class 'Print Option'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createGeographicalSchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaAdapter()
        Creates a new adapter for an object of class 'Geographical Schema'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchema
      • createGeoPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createGeoPictureAdapter()
        Creates a new adapter for an object of class 'Geo Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeoPicture
      • createAbstractGeographicalSchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractGeographicalSchemaAdapter()
        Creates a new adapter for an object of class 'Abstract Geographical Schema'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractGeographicalSchema
      • createPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureAdapter()
        Creates a new adapter for an object of class 'Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Picture
      • createPictureDefAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDefAdapter()
        Creates a new adapter for an object of class 'Picture Def'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PictureDef
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.