org.cresques.impl.cts.wkt
Class WKT

java.lang.Object
  extended by org.cresques.impl.cts.wkt.WKT

public abstract class WKT
extends Object

Generates a WKT from CRS parameters. as, for example in "GEOGCS[\"ETRS89\","+ "DATUM[\"European_Terrestrial_Reference_System_1989\","+ "SPHEROID[\"GRS 1980\",6378137,298.257222101,"+ "AUTHORITY[\"EPSG\",\"7019\"]],"+ "AUTHORITY[\"EPSG\",\"6258\"]," + "TOWGS84[0,0,0,0,0,0,0]],"+ "PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],"+ "UNIT[\"degree\",0.01745329251994328, AUTHORITY[\"EPSG\",\"9122\"]],"+ "AUTHORITY[\"EPSG\",\"4258\"]]";

Author:
Luis W. Sevilla

Constructor Summary
WKT()
           
 
Method Summary
abstract  String toWKT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WKT

public WKT()
Method Detail

toWKT

public abstract String toWKT()


Copyright © 2004-2013 gvSIG. All Rights Reserved.