6768697071727374757677
* @throws ModelException */ public static Feature descriptor(String descriptorName) { // TODO: just a stub Feature descriptor = new FeatureObject( null, // identifier of owner? null, // type null // values ) ; return descriptor ;