Koordinatentransformation (Geodäsie/Vermessung)
Wieder im Büro geht die Suche weiter, habe heute im Internet folgendes Gefunden. Kann vielleicht von euch jemand damit etwas anfangen?
This worked for me in 10g R1:
insert into cs_srs values (
'DHDN Soldner Berlin (EPSG 3068)',
81989002,
81989002,
NULL,
'PROJCS ["DHDN / Soldner Berlin",
GEOGCS ["",
DATUM ["",
SPHEROID ["Bessel 1841", 6377397.155000, 299.152813],
582.000000, 105.000000, 414.000000, -1.040000, -0.350000, 3.080000, 8.300000],
PRIMEM [ "Greenwich", 0.000000 ],
UNIT ["Decimal Degree", 0.01745329251994330]],
PROJECTION ["Transverse Mercator"],
PARAMETER ["Central_Meridian", 13.6272037],
PARAMETER ["Latitude_Of_Origin", 52.41864828],
PARAMETER ["False_Easting", 40000.00],
PARAMETER ["False_Northing", 10000.00],
UNIT ["Meter",1.000000000000]
]',
null);
select sdo_cs.validate_wkt(81989002) from dual;
select sdo_cs.transform(sdo_geometry(2001,8192,sdo_point_type
(13.6,52.4,null),null,null),81989002)
from dual;
select sdo_cs.transform
(SDO_GEOMETRY(2001,81989002,SDO_POINT_TYPE
(38098.5904,8073.54076,NULL),NULL,NULL),8192)
from dual;
..Ist das was brauchbares?
gesamter Thread:
- Koordinatentransformation -
Surkel,
13.12.2006, 11:06
- Koordinatentransformation -
MichaeL,
13.12.2006, 14:26
- Koordinatentransformation -
Surkel,
13.12.2006, 15:34
- Koordinatentransformation -
MichaeL,
13.12.2006, 17:34
- Koordinatentransformation -
Surkel,
14.12.2006, 11:39
- Koordinatentransformation -
MichaeL,
14.12.2006, 15:35
- Koordinatentransformation -
Surkel,
14.12.2006, 15:55
- Koordinatentransformation -
MichaeL,
14.12.2006, 17:55
- Koordinatentransformation -
Surkel,
14.12.2006, 19:43
- Koordinatentransformation - MichaeL, 14.12.2006, 21:15
- Koordinatentransformation -
Surkel,
14.12.2006, 19:43
- Koordinatentransformation -
MichaeL,
14.12.2006, 17:55
- Koordinatentransformation -
philipp,
14.12.2006, 20:22
- Koordinatentransformation -
MichaeL,
14.12.2006, 21:32
- Koordinatentransformation -
Surkel,
15.12.2006, 08:20
- Koordinatentransformation -
MichaeL,
15.12.2006, 14:36
- Koordinatentransformation -
Surkel,
15.12.2006, 20:13
- Koordinatentransformation -
MichaeL,
15.12.2006, 21:06
- Koordinatentransformation -
philipp,
15.12.2006, 21:38
- Koordinatentransformation -
MichaeL,
15.12.2006, 22:43
- Koordinatentransformation -
Surkel,
16.12.2006, 10:31
- Koordinatentransformation -
MichaeL,
16.12.2006, 13:23
- Koordinatentransformation -
Surkel,
18.12.2006, 11:28
- Koordinatentransformation -
MichaeL,
18.12.2006, 16:13
- Koordinatentransformation -
Surkel,
19.12.2006, 08:06
- Koordinatentransformation -
MichaeL,
19.12.2006, 08:43
- Koordinatentransformation -
Surkel,
19.12.2006, 14:55
- Koordinatentransformation - MichaeL, 19.12.2006, 19:34
- Koordinatentransformation -
Surkel,
19.12.2006, 19:40
- Koordinatentransformation -
MichaeL,
19.12.2006, 22:14
- Koordinatentransformation -
Surkel,
20.12.2006, 11:01
- Koordinatentransformation -
MichaeL,
20.12.2006, 12:27
- Koordinatentransformation -
philipp,
20.12.2006, 21:05
- Koordinatentransformation - MichaeL, 20.12.2006, 21:23
- Koordinatentransformation -
philipp,
20.12.2006, 21:05
- Koordinatentransformation -
MichaeL,
20.12.2006, 12:27
- Koordinatentransformation -
Surkel,
20.12.2006, 11:01
- Koordinatentransformation -
MichaeL,
19.12.2006, 22:14
- Koordinatentransformation -
Surkel,
19.12.2006, 14:55
- Koordinatentransformation -
MichaeL,
19.12.2006, 08:43
- Koordinatentransformation -
Surkel,
19.12.2006, 08:06
- Koordinatentransformation -
MichaeL,
18.12.2006, 16:13
- Koordinatentransformation -
Surkel,
18.12.2006, 11:28
- Koordinatentransformation -
MichaeL,
16.12.2006, 13:23
- Koordinatentransformation -
Surkel,
16.12.2006, 10:31
- Koordinatentransformation -
MichaeL,
15.12.2006, 22:43
- Koordinatentransformation -
philipp,
15.12.2006, 21:38
- Koordinatentransformation -
MichaeL,
15.12.2006, 21:06
- Koordinatentransformation -
Surkel,
15.12.2006, 20:13
- Koordinatentransformation -
MichaeL,
15.12.2006, 14:36
- Koordinatentransformation -
Surkel,
15.12.2006, 08:20
- Koordinatentransformation -
MichaeL,
14.12.2006, 21:32
- Koordinatentransformation -
Surkel,
14.12.2006, 15:55
- Koordinatentransformation -
MichaeL,
14.12.2006, 15:35
- Koordinatentransformation -
Surkel,
14.12.2006, 11:39
- Koordinatentransformation -
MichaeL,
13.12.2006, 17:34
- Koordinatentransformation -
Surkel,
13.12.2006, 15:34
- Koordinatentransformation -
MichaeL,
02.01.2007, 20:38
- Koordinatentransformation -
Surkel,
04.01.2007, 14:32
- Koordinatentransformation - MichaeL, 05.01.2007, 09:51
- Koordinatentransformation -
HeZi,
28.02.2007, 11:57
- Koordinatentransformation - MichaeL, 28.02.2007, 15:59
- Koordinatentransformation - Martin, 09.02.2009, 17:10
- Koordinatentransformation - Mark Johnson, 22.04.2010, 05:28
- Koordinatentransformation -
Surkel,
04.01.2007, 14:32
- Koordinatentransformation -
MichaeL,
13.12.2006, 14:26