public override string ToString() { return(Id + " (" + Name + "), " + FeatureClass + "(" + Lat.ToLatString() + "," + Lon.ToLonString() + ")"); }