Package org.n52.shetland.ogc.swe
Class SweConstants.SweCoordinateNames
- java.lang.Object
-
- org.n52.shetland.ogc.swe.SweConstants.SweCoordinateNames
-
- Enclosing interface:
- SweConstants
public static final class SweConstants.SweCoordinateNames extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisX(String name)static booleanisY(String name)static booleanisZ(String name)
-
-
-
Field Detail
-
EASTING
public static final String EASTING
- See Also:
- Constant Field Values
-
NORTHING
public static final String NORTHING
- See Also:
- Constant Field Values
-
ALTITUDE
public static final String ALTITUDE
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
SOUTHING
public static final String SOUTHING
- See Also:
- Constant Field Values
-
WESTING
public static final String WESTING
- See Also:
- Constant Field Values
-
LONGITUDE
public static final String LONGITUDE
- See Also:
- Constant Field Values
-
LATITUDE
public static final String LATITUDE
- See Also:
- Constant Field Values
-
DEPTH
public static final String DEPTH
- See Also:
- Constant Field Values
-
-