Dashboard > GeoTools 2.5 Users Guide > ... > 06 Metadata > 02 Metadata as a Document
GeoTools 2.5 Users Guide
02 Metadata as a Document
Added by jgarnett , last edited by jgarnett on Dec 22, 2006  (view change)
Labels: 
(None)

Producing Well Known Text

WKT is actually "Well Known Text" and don't worry nobody knows this the first time.

Not all meatadata beans have a WKT representation, the ones used in defining a CoordianteReferenceSystem are generally well behaved.

CoordinateReferenceSystem crs = DefaultGeographicCRS.WGS84;
System.out.println( crs.toWKT() );

Scary I know, CorodinateReferenceSystems are atually metadata - in this case the define the meaning of all those coordinates we shunt around a GIS system.

Producing XML Metadata

We are working on "bindings" for our XML classes, so they can be smoothly turned into XML documents on request.

For more details see the xml section.

Parsing XML Metadata

We are working on "bindings" for our XML classes, so they can be smoothly created from XML documents on request.

For more details see the xml section.

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators