public Layer()
 {
     this.validationField = new ObservableCollection<itemTypeItem>();
     this.processingField = new ObservableCollection<string>();
     this.offsiteField = new rgbColorType();
     this.metadataField = new ObservableCollection<itemTypeItem>();
     this.joinField = new Join();
     this.gridField = new Grid();
     this.filterField = new expressionType();
     this.featureField = new ObservableCollection<Feature>();
     this.clusterField = new Cluster();
     this.classField = new ObservableCollection<Class>();
     this.debugField = "OFF";
     this.dumpField = booleanEnum.FALSE;
     this.labelCacheField = stateEnum.ON;
     this.postLabelCacheField = booleanEnum.FALSE;
     this.sizeUnitsField = "PIXELS";
     this.tileItemField = "LOCATION";
     this.toleranceUnitsField = "PIXELS";
     this.transformField = "TRUE";
     this.statusField = "ON";
 }
 public ScaleBar()
 {
     this.sizeField = new sizeType();
     this.outlineColorField = new rgbColorType();
     this.labelField = new Label();
     this.imageColorField = new rgbColorType();
     this.colorField = new rgbColorType();
     this.backgroundColorField = new rgbColorType();
     this.intervalsField = "4";
     this.positionField = positionEnum.LR;
     this.postLabelCacheField = booleanEnum.FALSE;
     this.unitsField = unitType.MILES;
     this.statusField = "OFF";
 }
 public Label()
 {
     this.styleField = new Style();
     this.shadowSizeField = new sizeType();
     this.shadowColorField = new rgbColorType();
     this.offsetField = new sizeType();
     this.forceField = booleanEnum.FALSE;
     this.maxLengthField = "0";
     this.maxSizeField = "256";
     this.minSizeField = "4";
     this.outlineWidthField = "1";
     this.priorityField = "1";
 }