Re: [JPP-Devel] Memory used by features in a Layer

2007-06-05 Thread Sunburned Surveyor
Paul, I can't think of any other references that are created as part of a typical Feature object. However, anti-typical Feature objects might contain Objects as one or more of their attributes, and these "custom" attributes could have all types of other references. I don't think this happens a lo

[JPP-Devel] Memory used by features in a Layer

2007-06-05 Thread Paul Austin
All, I'm interested in understanding the memory usage patterns of feature instances within a layer. Understanding a feature is simple as we have the following. FeatureSchema - Pointer to shared instance id - int value Object[] - The attributes, length is number of features Object[n] - The attrib