MCPcopy Create free account
hub / github.com/dolthub/doltgresql / GeoMetadata

Struct GeoMetadata

postgres/parser/types/types.pb.go:548–551  ·  view source on GitHub ↗

GeoMetadata contains metadata associated with Geospatial data types.

Source from the content-addressed store, hash-verified

546
547// GeoMetadata contains metadata associated with Geospatial data types.
548type GeoMetadata struct {
549 SRID github_com_cockroachdb_cockroach_pkg_geo_geopb.SRID `protobuf:"varint,1,opt,name=srid,casttype=github.com/dolthub/doltgresql/postgres/parser/geo/geopb.SRID" json:"srid"`
550 ShapeType geopb.ShapeType `protobuf:"varint,2,opt,name=shape_type,json=shapeType,enum=cockroach.geopb.ShapeType" json:"shape_type"`
551}
552
553func (m *GeoMetadata) Reset() { *m = GeoMetadata{} }
554func (m *GeoMetadata) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected