java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.ServiceDataArray

public class ServiceDataArray extends Object
Handles the service requests for the DataArray plugin. This is the request to /CreateObservations.
Author:
scf
  • Field Details

    • PATH_CREATE_OBSERVATIONS

      public static final String PATH_CREATE_OBSERVATIONS
      The path for the CreateObservations request type..
      See Also:
    • REQUEST_TYPE_CREATE_OBSERVATIONS

      public static final String REQUEST_TYPE_CREATE_OBSERVATIONS
      The RequestType definition for the CreateObservations request type.
      See Also:
  • Constructor Details

    • ServiceDataArray

      public ServiceDataArray(CoreSettings settings)
  • Method Details