com.supermap.mapping
类 LayerGridAggregationType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.mapping.LayerGridAggregationType

public class LayerGridAggregationType
extends Enum

网格聚合图的格网类型。


字段摘要
static LayerGridAggregationType HEXAGON
          六边形格网。
static LayerGridAggregationType QUADRANGLE
          矩形格网。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

QUADRANGLE

public static final LayerGridAggregationType QUADRANGLE
矩形格网。


HEXAGON

public static final LayerGridAggregationType HEXAGON
六边形格网。