INTERLIS 2.3; /** !!------------------------------------------------------------------------------ * !! Version | wer | Aenderung * !!------------------------------------------------------------------------------ * !! 2021-02-11 | STP | Initialversion Publikationsdatenmodell Extrempunkte Kanton Glarus * * Zu diesem Modell besteht kein (kantonales) Datenmodell gemäss GeoIG */ !!@ technicalContact="mailto:geoinformation@gl.ch" MODEL GL_Extrempunkte_Publikation_V1 (de) AT "https://www.gl.ch" VERSION "2021-02-11" = IMPORTS GeometryCHLV95_V1; TOPIC ExP = OID AS INTERLIS.UUIDOID; DOMAIN KoordE = 2460000 .. 2870000 [INTERLIS.m]; KoordN = 1045000 .. 1310000 [INTERLIS.m]; /** Extrempunkte im Kanton Glarus */ CLASS Extrempunkte = /** Bezeichnung des Punktes */ Bezeichnung: MANDATORY TEXT; /** Flur- bzw. Gipfelname */ Flurname_Gipfel: MANDATORY TEXT; /** Ostkoordinate des Punktes */ Koordinate_Ost: MANDATORY 2460000.000 .. 2870000.000 [INTERLIS.m]; /** Nordkoordinate des Punktes */ Koordinate_Nord: MANDATORY 1045000.000 .. 1310000.000 [INTERLIS.m]; /** Punkthoehe */ Hoehe: MANDATORY 300.000 .. 3700.000 [INTERLIS.m]; /** Gemeinde */ Gemeinde: MANDATORY TEXT; /** Grundbuch, Ortschaft */ Grundbuch: MANDATORY TEXT; /** Typ */ Typ: MANDATORY (Extrempunkt,Mittelpunkt); /** Geometrie: Point */ Geometrie: MANDATORY GeometryCHLV95_V1.Coord2; END Extrempunkte; END ExP; END GL_Extrempunkte_Publikation_V1.