0% found this document useful (0 votes)
41 views1 page

SS FC Tables

This document contains descriptions of several SQL Server tables used for storing spatial data and metadata. It includes tables for storing feature class and object class definitions (GDB_FEATURECLASSES, GDB_OBJECTCLASSES), geometry column definitions (SDE_geometry_columns), spatial reference systems (SDE_spatial_references), and layer definitions (SDE_layers). These tables allow spatial data to be stored and queried within a SQL Server database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

SS FC Tables

This document contains descriptions of several SQL Server tables used for storing spatial data and metadata. It includes tables for storing feature class and object class definitions (GDB_FEATURECLASSES, GDB_OBJECTCLASSES), geometry column definitions (SDE_geometry_columns), spatial reference systems (SDE_spatial_references), and layer definitions (SDE_layers). These tables allow spatial data to be stored and queried within a SQL Server database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Binary feature class tables in SQL Server

PARCELS GDB_OBJECTCLASSES SDE_table_registry


OBJECTID PK ID PK registration_id

I2 PROPERTY_I U1 DatabaseName U1 database_name


LANDUSE_CO U1 Owner U1 table_name
ZONING U1 Name U1 owner
PARCEL_ID AliasName rowid_column
Res ModelName description
ZONING_S CLSID object_flags
I1 SHAPE EXTCLSID registration_date
EXTPROPS config_keyword
SubtypeField minimum_id
f98 DatasetID imv_view_name
PK fid
GDB_FEATURECLASSES
numofpts SDE_column_registry
entity ObjectClassID
PK database_name
eminx
FeatureType PK table_name
eminy
GeometryType PK owner
emaxx
ShapeField PK column_name
emaxy
eminz GeomNetworkID
GraphID sde_type
emaxz
column_size
min_measure
decimal_digits
max_measure
description
I1 area SDE_layers
object_flags
I2 len
PK database_name object_id
points
PK table_name
PK owner
PK spatial_column SDE_spatial_references
s98
PK srid
PK,I1 sp_fid U1 layer_id
PK gx description description
PK gy eflags auth_name
PK eminx layer_mask auth_srid
PK eminy gsize1 falsex
PK emaxx gsize2 falsey
PK emaxy gsize3 xyunits
minx falsez
miny zunits
maxx falsem
maxy munits
minz xycluster_tol
SDE_geometry_columns
maxz zcluster_tol
PK f_table_catalog minm mcluster_tol
PK f_table_schema maxm object_flags
PK f_table_name cdate srtext
PK f_geometry_column layer_config
optimal_array_size
g_table_catalog stats_date
g_table_schema minimum_id
g_table_name srid
storage_type base_layer_id
geometry_type secondary_srid
coord_dimension
max_ppr
srid

You might also like