Interface GeographicalSchemaFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GeographicalSchemaFactoryImpl

public interface GeographicalSchemaFactory extends org.eclipse.emf.ecore.EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
  • Field Details

  • Method Details

    • createShapeCoordinateSystemInfo

      ShapeCoordinateSystemInfo createShapeCoordinateSystemInfo()
      Returns a new object of class 'Shape Coordinate System Info'.
      Returns:
      a new object of class 'Shape Coordinate System Info'.
    • createDataSeriesItem

      DataSeriesItem createDataSeriesItem()
      Returns a new object of class 'Data Series Item'.
      Returns:
      a new object of class 'Data Series Item'.
    • createObjectSeriesValue

      ObjectSeriesValue createObjectSeriesValue()
      Returns a new object of class 'Object Series Value'.
      Returns:
      a new object of class 'Object Series Value'.
    • createPoint

      Point createPoint()
      Returns a new object of class 'Point'.
      Returns:
      a new object of class 'Point'.
    • createSinglePointShape

      SinglePointShape createSinglePointShape()
      Returns a new object of class 'Single Point Shape'.
      Returns:
      a new object of class 'Single Point Shape'.
    • createMultiPointShape

      MultiPointShape createMultiPointShape()
      Returns a new object of class 'Multi Point Shape'.
      Returns:
      a new object of class 'Multi Point Shape'.
    • createLineStyle

      LineStyle createLineStyle()
      Returns a new object of class 'Line Style'.
      Returns:
      a new object of class 'Line Style'.
    • createPointContour

      PointContour createPointContour()
      Returns a new object of class 'Point Contour'.
      Returns:
      a new object of class 'Point Contour'.
    • createPolylineShape

      PolylineShape createPolylineShape()
      Returns a new object of class 'Polyline Shape'.
      Returns:
      a new object of class 'Polyline Shape'.
    • createPolygonShape

      PolygonShape createPolygonShape()
      Returns a new object of class 'Polygon Shape'.
      Returns:
      a new object of class 'Polygon Shape'.
    • createLayerItem

      LayerItem createLayerItem()
      Returns a new object of class 'Layer Item'.
      Returns:
      a new object of class 'Layer Item'.
    • createLegendItem

      LegendItem createLegendItem()
      Returns a new object of class 'Legend Item'.
      Returns:
      a new object of class 'Legend Item'.
    • createGeographicalSchemaLegend

      GeographicalSchemaLegend createGeographicalSchemaLegend()
      Returns a new object of class 'Legend'.
      Returns:
      a new object of class 'Legend'.
    • createGeographicalSchemaDrawingArea

      GeographicalSchemaDrawingArea createGeographicalSchemaDrawingArea()
      Returns a new object of class 'Drawing Area'.
      Returns:
      a new object of class 'Drawing Area'.
    • createGeographicalSchemaTitle

      GeographicalSchemaTitle createGeographicalSchemaTitle()
      Returns a new object of class 'Title'.
      Returns:
      a new object of class 'Title'.
    • createGeographicalSchema

      GeographicalSchema createGeographicalSchema()
      Returns a new object of class 'Geographical Schema'.
      Returns:
      a new object of class 'Geographical Schema'.
    • createGeoPicture

      GeoPicture createGeoPicture()
      Returns a new object of class 'Geo Picture'.
      Returns:
      a new object of class 'Geo Picture'.
    • getGeographicalSchemaPackage

      GeographicalSchemaPackage getGeographicalSchemaPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.