Geounit


Entity

Name: Geounit An Oracle-specific class for holding different geo unit instances.


Details


Table: Properties

Name General Data Type Oracle Data Type Relational Column Required? Primary Key? Validations Related Graph Object
geo unit id string VARCHAR2 GEO_UNIT_ID Yes Yes Must match regex pattern: ^\S{1,}$ geo:GeoUnit
geo unit name string VARCHAR2 GEO_UNIT_NAME Yes     geo:GeoUnit
country string VARCHAR2 COUNTRY     Must match values in enumerated list from graph geo:Country
latitude double NUMBER LATITUDE     Must match regex pattern: ^[+\|-]?([1-8]?[0-9]\|[1-9]0)\.{0,1}\d{1,10} geo:GeoPoint
longitude double NUMBER LONGITUDE     Must match regex pattern: ^[+\|-]?([1]?[0-7][0-9]\|[1]?[1-8][0]\|[1-9]?[0-9])\.{0,1}\d{0,10} geo:GeoPoint
altitude double NUMBER ALTITUDE       geo:GeoPoint
geo json geoJSON JSON GEO_JSON       geo:GeoUnit
quadkey string VARCHAR2 QUADKEY       geo:GeoUnit
geo unit type string VARCHAR2 GEO_UNIT_TYPE     Must match values in enumerated list from graph geo:GeoUnitType
geo unit custom tags JSON JSON GEO_UNIT_CUSTOM_TAGS       geo:GeoUnit
derivation origin entity string VARCHAR2 DERIVATION_ORIGIN_ENTITY       geo:GeoUnit
derivation origin entity uuid string VARCHAR2 DERIVATION_ORIGIN_ENTITY_UUID       geo:GeoUnit