Class GmlProjectionFactory

java.lang.Object
org.gvsig.gpe.prov.gml.utils.GmlProjectionFactory

public class GmlProjectionFactory extends Object
This class is used to convert a projection written using the EPSG projection to the GML projection format
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • GmlProjectionFactory

      public GmlProjectionFactory()
  • Method Details

    • fromGPEToGML

      public static String fromGPEToGML(String srs, IGPEErrorHandler errorHandler)
      This method is used to get the GML spatial reference system (srs) calculated from a GPE srs.
      Parameters:
      srs - GPE srs
      errorHandler - The error handler
      Returns:
      GML srs
    • fromGMLToGPE

      public static String fromGMLToGPE(String srs, IGPEErrorHandler errorHandler)
      This method is used to get the GPE spatial reference system (srs) calculated from a GML srs.
      Parameters:
      srs - GML srs
      errorHandler - The error handler
      Returns:
      GPE srs