Package org.gvsig.gpe.prov.gml.utils
Class GmlProjectionFactory
java.lang.Object
org.gvsig.gpe.prov.gml.utils.GmlProjectionFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromGMLToGPE(String srs, IGPEErrorHandler errorHandler) This method is used to get the GPE spatial reference system (srs) calculated from a GML srs.static StringfromGPEToGML(String srs, IGPEErrorHandler errorHandler) This method is used to get the GML spatial reference system (srs) calculated from a GPE srs.
-
Constructor Details
-
GmlProjectionFactory
public GmlProjectionFactory()
-
-
Method Details
-
fromGPEToGML
This method is used to get the GML spatial reference system (srs) calculated from a GPE srs.- Parameters:
srs- GPE srserrorHandler- The error handler- Returns:
- GML srs
-
fromGMLToGPE
This method is used to get the GPE spatial reference system (srs) calculated from a GML srs.- Parameters:
srs- GML srserrorHandler- The error handler- Returns:
- GPE srs
-