Hello Rashkit, Please send your replies to the list rather than to me - that way others can also reply or find this thread in the archives later.
> One awkward thing I would like to ask, I am using downloaded API of > geotools(instead of maven) in eclipse.. > Is there any way for it ?? Do you mean you have downloaded the jars and loaded them into your eclipse project ? If so, that's fine, you can still add the ColorLookupFunction class to your project. You just have to make sure that the spi file (META-INF/services/org.opengis.filter.expression.Function) is included in your project in such a way that it ends up in your compiled jar so that GeoTools will be able to find the function. I can't help you with the details of that because I don't use eclipse - but if you don't already have a META-INF folder, and don't know where to place it, I'm sure google can help you work it out. Michael ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
