org.geotools.data.wfs.v1_0_0.gml
Class WFSFeatureTypeTransformer

Object
  extended by WFSFeatureTypeTransformer

public class WFSFeatureTypeTransformer
extends Object

Transform a provided SimpleFeatureType to a different CoordinteReferenceSystem.

Since:
2.4
Author:
Jesse
See Also:
ChoiceAttributeType

Constructor Summary
WFSFeatureTypeTransformer()
           
 
Method Summary
static SimpleFeatureType transform(SimpleFeatureType schema, CoordinateReferenceSystem crs)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSFeatureTypeTransformer

public WFSFeatureTypeTransformer()
Method Detail

transform

public static SimpleFeatureType transform(SimpleFeatureType schema,
                                          CoordinateReferenceSystem crs)
                                   throws SchemaException
Throws:
SchemaException


Copyright © 1996-2014 Geotools. All Rights Reserved.