geoview-core
    Preparing search index...

    Class EsriRendererAbstract

    Index

    Constructors

    Methods


    • Parse the GeoView style using the Esri renderer.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.

    • Get GeoView style from Esri renderer.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.

    • Get the configuration key of the style.

      Parameters

      • settings: TypeKindOfVectorSettings

        GeoView settings.

      Returns
          | "Point"
          | "MultiPoint"
          | "LineString"
          | "MultiLineString"
          | "Polygon"
          | "MultiPolygon"
          | undefined

      The Geoview style key or undefined if it can not be determined.

    • Process ESRI class break renderer and convert it to a GeoView style.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.

    • Process ESRI simple renderer and convert it to a GeoView style.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.

    • Process ESRI unique value renderer and convert it to a GeoView style.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.