Hi Marting, one of the joys of working on the FM branch is exposure to the latest GenericName interface - as an example the implementation of NamedIdentifier "breaks".... is the following patch suitable?
   /**
    * @since GeoAPI 2.1
    */
   public NameSpace scope() {
       return getName().scope();
   }
   /**
    * @since GeoAPI 2.1
    */
   public int depth() {
       return getName().depth();
   }
   /** @since GeoAPI 2.1 */
   public LocalName name() {
       return getName().name();
   }
   /** @since GeoAPI 2.1 */
   public GenericName toFullyQualifiedName() {
       return getName().toFullyQualifiedName();
   }
   /** @since GeoAPI 2.1 */
   public ScopedName push(GenericName scope) {
       return getName().push( scope );
   }



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to