Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Dumping Style into file


I have used this to get a String with the XML code from a Style:

  String temp;
  SLDTransformer writer= new SLDTransformer();
    try{
            temp=writer.transform( yourStyle );
                 catch(Exception e2)  {}

   Regards,

Luis Avila      
         

Back to the top