Packagede.bytepark.geostats
Classpublic class Marker3DTypes



Public Constants
 ConstantDefined by
  BOX : String = "box"
[static] marker3d has the shape of a box
Marker3DTypes
  CONE : String = "cone"
[static] marker3d has the shape of a cone
Marker3DTypes
  CYLINDER : String = "cylinder"
[static] marker3d has the shape of a cylinders
Marker3DTypes
  PYRAMID : String = "pyramid"
[static] marker3d has the shape of a pyramid
Marker3DTypes
Constant detail
BOXconstant
public static const BOX:String = "box"

marker3d has the shape of a box

CONEconstant 
public static const CONE:String = "cone"

marker3d has the shape of a cone

CYLINDERconstant 
public static const CYLINDER:String = "cylinder"

marker3d has the shape of a cylinders

PYRAMIDconstant 
public static const PYRAMID:String = "pyramid"

marker3d has the shape of a pyramid