public enum XyzmMode extends Enum<XyzmMode>
Modifier and Type | Method and Description |
---|---|
int |
getCoordinatesPerPoint() |
boolean |
hasM() |
boolean |
hasZ() |
static XyzmMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XyzmMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XyzmMode XY
public static final XyzmMode XYZ
public static final XyzmMode XYM
public static final XyzmMode XYZM
public static XyzmMode[] values()
for (XyzmMode c : XyzmMode.values()) System.out.println(c);
public static XyzmMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getCoordinatesPerPoint()
public boolean hasZ()
public boolean hasM()
Copyright © 1996–2022 Geotools. All rights reserved.