Annotation Interface Srid
Specifies the spatial reference system identifier to use when persisting geometry values.
- Since:
- 5.0
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
int value- Returns:
- The spatial reference system identifier.
-
type
Srid.CrsType type- Returns:
- The coordinate reference system type. SQL query builders use this value when generating geospatial distance predicates to choose between planar and spherical distance functions where the dialect supports both, and to select geography storage for PostgreSQL and SQL Server when no explicit column definition is present.
- Since:
- 5.0.4
- Default:
PROJECTED
-