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_container.m

    r6456 r6479  
    8080        end
    8181
     82%  return the fieldnames of the object
     83
     84        function [fnames]=fieldnames(kml)
     85
     86%  fieldnames for a sub (derived) class list those before super (base)
     87
     88            fnames=fieldnames(kml_feature());
     89
     90        end
     91
    8292%  set the properties of the object
    8393
Note: See TracChangeset for help on using the changeset viewer.