Re: [JPP-Devel] Difference between feature and BasicFeature

2013-03-13 Thread Asma ouqalli
Hello, thank you michael now i get the difference. @Landon my experience in java programming is too limited, thanks for the link. -- *Asma OUQALLI* Élève ingénieur : 3ème Sciences d'Information Géographique (SIG). Chef de commission développement professionnel - Rotaract EHTP. Chef de cellule

[JPP-Devel] Difference between feature and BasicFeature

2013-03-12 Thread Asma ouqalli
Hi everybody, can someone plz explain to me the difference between BasicFeature and Feature. and how to convert BasicFeature to Feature? thanks -- *Asma OUQALLI* Élève ingénieur : 3ème Sciences d'Information Géographique (SIG). Chef de commission développement professionnel - Rotaract EHTP.

Re: [JPP-Devel] Difference between feature and BasicFeature

2013-03-12 Thread Michaël Michaud
Hi, Feature is the interface, you can not instanciate it. BasicFeature is the Basic implementation of Feature (or concrete class) BasicFeature IS a Feature You can write Feature feature = new BasicFeature() If you have a BasicFeature, you can use it as a Feature BasicFeature feat = new

Re: [JPP-Devel] Difference between feature and BasicFeature

2013-03-12 Thread Landon Blake
Asma: Michael's answer is a good one. I'm not sure how much experience you have in Java programming, but this might help you understand the difference between Feature and BasicFeature: http://docs.oracle.com/javase/tutorial/java/concepts/interface.html Landon On Tue, Mar 12, 2013 at 3:54 PM,