Module swim.api
Package swim.api.data

Interface DataFactory

    • Method Detail

      • listData

        ListData<swim.structure.Value> listData​(swim.structure.Value name)
      • mapData

        MapData<swim.structure.Value,​swim.structure.Value> mapData​(swim.structure.Value name)
      • mapData

        MapData<swim.structure.Value,​swim.structure.Value> mapData​(String name)
      • spatialData

        <S> SpatialData<swim.structure.Value,​S,​swim.structure.Value> spatialData​(swim.structure.Value name,
                                                                                             swim.math.Z2Form<S> shapeForm)
      • spatialData

        <S> SpatialData<swim.structure.Value,​S,​swim.structure.Value> spatialData​(String name,
                                                                                             swim.math.Z2Form<S> shapeForm)
      • geospatialData

        SpatialData<swim.structure.Value,​swim.math.R2Shape,​swim.structure.Value> geospatialData​(swim.structure.Value name)
      • geospatialData

        SpatialData<swim.structure.Value,​swim.math.R2Shape,​swim.structure.Value> geospatialData​(String name)
      • valueData

        ValueData<swim.structure.Value> valueData​(swim.structure.Value name)