| java.lang.Object org.geotools.gml2.bindings.GML2EncodingUtils
GML2EncodingUtils | public class GML2EncodingUtils (Code) | | Utility methods used by gml2 bindigns when encodding.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
Method Summary | |
static int | axisOrder(CoordinateReferenceSystem crs) Returns the axis order of the provided
CoordinateReferenceSystem object. | public static String | crs(CoordinateReferenceSystem crs) | public static String | epsgCode(CoordinateReferenceSystem crs) |
INAPPLICABLE | final static int INAPPLICABLE(Code) | | |
LAT_LON | final static int LAT_LON(Code) | | |
LON_LAT | final static int LON_LAT(Code) | | |
axisOrder | static int axisOrder(CoordinateReferenceSystem crs)(Code) | | Returns the axis order of the provided
CoordinateReferenceSystem object.
Parameters: crs - - LON_LAT if the axis order is longitude/latitude
- LAT_LON if the axis order is latitude/longitude
- INAPPLICABLE if the CRS does not deal with longitude/latitude(such as vertical or engineering CRS)
|
crs | public static String crs(CoordinateReferenceSystem crs)(Code) | | |
epsgCode | public static String epsgCode(CoordinateReferenceSystem crs)(Code) | | |
|
|