public static enum OgrLibrary.OGRSTPenParam extends Enum<OgrLibrary.OGRSTPenParam> implements IntValuedEnum<OgrLibrary.OGRSTPenParam>
Enum Constant and Description |
---|
OGRSTPenCap |
OGRSTPenColor |
OGRSTPenId |
OGRSTPenJoin |
OGRSTPenLast |
OGRSTPenPattern |
OGRSTPenPerOffset |
OGRSTPenPriority |
OGRSTPenWidth |
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
static ValuedEnum<OgrLibrary.OGRSTPenParam> |
fromValue(long value) |
Iterator<OgrLibrary.OGRSTPenParam> |
iterator() |
long |
value() |
static OgrLibrary.OGRSTPenParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OgrLibrary.OGRSTPenParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final OgrLibrary.OGRSTPenParam OGRSTPenColor
public static final OgrLibrary.OGRSTPenParam OGRSTPenWidth
public static final OgrLibrary.OGRSTPenParam OGRSTPenPattern
public static final OgrLibrary.OGRSTPenParam OGRSTPenId
public static final OgrLibrary.OGRSTPenParam OGRSTPenPerOffset
public static final OgrLibrary.OGRSTPenParam OGRSTPenCap
public static final OgrLibrary.OGRSTPenParam OGRSTPenJoin
public static final OgrLibrary.OGRSTPenParam OGRSTPenPriority
public static final OgrLibrary.OGRSTPenParam OGRSTPenLast
public static OgrLibrary.OGRSTPenParam[] values()
for (OgrLibrary.OGRSTPenParam c : OgrLibrary.OGRSTPenParam.values()) System.out.println(c);
public static OgrLibrary.OGRSTPenParam 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 long value()
value
in interface ValuedEnum<OgrLibrary.OGRSTPenParam>
public Iterator<OgrLibrary.OGRSTPenParam> iterator()
iterator
in interface Iterable<OgrLibrary.OGRSTPenParam>
public static ValuedEnum<OgrLibrary.OGRSTPenParam> fromValue(long value)
Copyright © 1996–2018 Geotools. All rights reserved.