Revision 35330 branches/dal_time_support/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureType.java

View differences:

DefaultFeatureType.java
50 50
		this.hasEvaluators = false;
51 51
		this.defaultGeometryAttributeName = null;
52 52
		this.defaultGeometryAttributeIndex = -1;
53
		this.defaultTimeAttributeIndex = -1;
53 54
		this.allowAtomaticValues = false;
54 55
	}
55 56

  
......
80 81
		this.hasEvaluators = other.hasEvaluators;
81 82
		this.rules = (DefaultFeatureRules) other.rules.getCopy();
82 83
		this.defaultGeometryAttributeIndex = other.defaultGeometryAttributeIndex;
84
		this.defaultTimeAttributeIndex = other.defaultTimeAttributeIndex;
83 85
		this.hasOID = other.hasOID;
84 86
		this.id = other.id; // XXX ???? copiar o no esto????
85 87
	}

Also available in: Unified diff