public class GmlProjectionFactory extends Object
Constructor and Description |
---|
GmlProjectionFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
fromGMLToGPE(String srs,
IGPEErrorHandler errorHandler)
This method is used to get the GPE spatial reference
system (srs) calculated from a GML srs.
|
static String |
fromGPEToGML(String srs,
IGPEErrorHandler errorHandler)
This method is used to get the GML spatial reference
system (srs) calculated from a GPE srs.
|
public static String fromGPEToGML(String srs, IGPEErrorHandler errorHandler)
srs
- GPE srserrorHandler
- The error handlerpublic static String fromGMLToGPE(String srs, IGPEErrorHandler errorHandler)
srs
- GML srserrorHandler
- The error handler