Ignore:
Timestamp:
11/03/10 08:28:50 (14 years ago)
Author:
jschierm
Message:

Added fieldname method to kml classes since current one lists sub (derived) properties before super (base) properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/kml/kml_object.m

    r6456 r6479  
    7474        end
    7575
     76%  return the fieldnames of the object
     77
     78        function [fnames]=fieldnames(kml)
     79
     80%  fieldnames for a sub (derived) class list those before super (base)
     81
     82            fnames={'id'};
     83
     84        end
     85
    7686%  set the properties of the object
    7787
Note: See TracChangeset for help on using the changeset viewer.