Enum Class ALspStyleTargetProvider.StyleTargetType
java.lang.Object
java.lang.Enum<ALspStyleTargetProvider.StyleTargetType>
com.luciad.view.lightspeed.style.styler.ALspStyleTargetProvider.StyleTargetType
- All Implemented Interfaces:
Serializable
,Comparable<ALspStyleTargetProvider.StyleTargetType>
,Constable
- Enclosing class:
ALspStyleTargetProvider
public static enum ALspStyleTargetProvider.StyleTargetType
extends Enum<ALspStyleTargetProvider.StyleTargetType>
Deprecated.
This enum has no functional meaning.
Enumeration of geometry types, supported by
ALspStyleTargetProvider
s.- Since:
- 2012.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.2-dimensional geometry (surfaces), typically visualized using fills.Deprecated.1-dimensional geometry defining the outlines of a 2-dimensional area, typically visualized using strokes.Deprecated.1-dimensional geometry (polylines, curves, arcs, ...), typically visualized using strokes.Deprecated.0-dimensional geometry (points), typically visualized using icons.Deprecated.Text geometry, typically rendered as text or label. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POINT
Deprecated.0-dimensional geometry (points), typically visualized using icons. -
LINE
Deprecated.1-dimensional geometry (polylines, curves, arcs, ...), typically visualized using strokes. -
AREA_OUTLINE
Deprecated.1-dimensional geometry defining the outlines of a 2-dimensional area, typically visualized using strokes. -
AREA_FILL
Deprecated.2-dimensional geometry (surfaces), typically visualized using fills. -
TEXT
Deprecated.Text geometry, typically rendered as text or label.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-