API / geotoolkit / contour / shapes / ContourShape / VisualOrder
shapes.ContourShape.VisualOrder
The VisualOrder enumeration is used to define the order a new visual should be inserted into ContourShape
Enumeration Members
• ABOVE = "Above"
This visual should be inserted above another visual
• BACK = "Back"
This visual should be inserted at the back (i.e. underneath all the other visuals)
• BELOW = "Below"
This visual should be inserted below another visual
• DEFAULT = "Default"
This visual should be inserted default another visual
• FRONT = "Front"
This visual should be inserted at the front (i.e. on top of all the other visuals)