org.deegree.geometry.metadata
Class SpatialMetadataConverter

java.lang.Object
  extended by org.deegree.geometry.metadata.SpatialMetadataConverter

public class SpatialMetadataConverter
extends Object

Version:
$Revision: $, $Date: $
Author:
Andreas Schmitz, last edited by: $Author: stranger $

Constructor Summary
SpatialMetadataConverter()
           
 
Method Summary
static Envelope fromJaxb(EnvelopeType env)
           
static SpatialMetadata fromJaxb(EnvelopeType env, String crs)
           
static List<ICRS> fromJaxb(String crs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialMetadataConverter

public SpatialMetadataConverter()
Method Detail

fromJaxb

public static SpatialMetadata fromJaxb(EnvelopeType env,
                                       String crs)
Parameters:
env - may be null
crs - should be a list of whitespace separated identifiers, may be null

fromJaxb

public static List<ICRS> fromJaxb(String crs)
Parameters:
crs - should be a list of whitespace separated identifiers, may be null

fromJaxb

public static Envelope fromJaxb(EnvelopeType env)
Parameters:
env - may be null
Returns:
null, if env is null


Copyright © 2011. All Rights Reserved.