Annotation Type EdmGeospatial


@Retention(RUNTIME) @Target({FIELD,PARAMETER,ANNOTATION_TYPE}) public @interface EdmGeospatial
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
    Olingo Geospatial dimension.
    Non negative integer value of the SRID.
  • Element Details

    • dimension

      org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension dimension
      Olingo Geospatial dimension. Possible Values are GEOMETRY and GEOGRAPHY.
      Returns:
      Default:
      GEOGRAPHY
    • srid

      String srid
      Non negative integer value of the SRID. Value range is described in SRID are taken.
      If no value is set than the EdmGeospatial is ignored within function parameter.
      Returns:
      Default:
      ""