SamplingFeatures - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: SamplingFeatures

Describes the sampling features on which observations are made.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

SamplingFeatureIDInteger

nextval('"ODMXCore"."SamplingFeatures_SamplingFeatureID_seq"'::regclass)Primary key identifier.
SamplingFeatureUUIDVarChar(36) A universally unique identifier for the sampling feature.
SamplingFeatureTypeCVVarChar() CV term descripting the type of sampling feature.

SamplingFeatureCodeVarChar() A short but meaningful text identifier for the sampling feature.
SamplingFeatureNameVarChar()

Sampling Feature name (free text).
SamplingFeatureDescriptionVarChar()

Text describing the sampling feature.
SamplingFeatureGeotypeCVVarChar()

Dimensionality of SamplingFeature: point2d, line2d, etc.

FeatureGeometryGeometry

The location geometry of the sampling feature on the Earth expressed using a geometry data type. Can be a Point, Curve (profile, trajectory, etc), Surface (flat polygons, etc) or Solid/Volume (although often limited to 2D geometries).
FeatureGeometryWKTVarChar(8000)

The location geometry of the sampling feature on the Earth expressed as well known text (WKT). Can be a Point, Curve (profile, trajectory, etc.), Surface (flat polygons, etc.), or Solid/Volume (although often limited to 2D geometries).
Elevation_mFloat

The elevation of the sampling feature in meters, or in the case of Specimen, the elevation from where the SamplingFeature.Specimen was collected
ElevationDatumCVVarChar()

The code for the vertical geodetic datum that specifies the zero point for the Sampling Feature Elevation.

LatitudeFloat

Latitude of centroid of SamplingFeature
LongitudeFloat

Longitude of centroid of SamplingFeature
EPSGVarChar(20)

EPSG of the Spatial Reference System that describes the latitude and longitude coordinates. This refers to codes obtained from http://www.epsg.org/ and maintained in epsg db

Indexes

NameTableColumnsUniqueClustered
SamplingFeatures_SamplingFeatureUUID_IdxODMXCore.SamplingFeaturesSamplingFeatureUUID


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_SamplingFeatures_CV_ElevationDatumODMXCV.CV_ElevationDatumODMXCore.SamplingFeaturesTermElevationDatumCV
fk_SamplingFeatures_CV_SamplingFeatureGeoTypeODMXCV.CV_SamplingFeatureGeoTypeODMXCore.SamplingFeaturesTermSamplingFeatureGeotypeCV
fk_SamplingFeatures_CV_SamplingFeatureTypeODMXCV.CV_SamplingFeatureTypeODMXCore.SamplingFeaturesTermSamplingFeatureTypeCV

Triggers

(none)


Unique Constraints

NameTableColumns
uc_SamplingFeatureCodeODMXCore.SamplingFeaturesSamplingFeatureCode

Used in Diagrams

Diagram Name
ODMXAnnotations
ODMXCore
ODMXDataQuality
ODMXEquipment
ODMXExtensionProperties
ODMXExternalIdentifiers
ODMXLabAnalyses
ODMXOverviewSimplified
ODMXSamplingFeatures
ODMXSimulation