Uses of Class
org.deegree_impl.io.bnaapi.BNAFeature

Packages that use BNAFeature
org.deegree_impl.io.bnaapi   
org.deegree_impl.services.wfs.bna   
 

Uses of BNAFeature in org.deegree_impl.io.bnaapi
 

Methods in org.deegree_impl.io.bnaapi that return BNAFeature
 BNAFeature BNAFeatureSet.getFeature(int index)
           
 

Methods in org.deegree_impl.io.bnaapi with parameters of type BNAFeature
 void BNAFeatureSet.addFeature(BNAFeature feature)
          Add a new feature.
 

Uses of BNAFeature in org.deegree_impl.services.wfs.bna
 

Methods in org.deegree_impl.services.wfs.bna with parameters of type BNAFeature
private  Feature BNADataStore.CGetFeature.createFeature(BNAFeature bnafeature, CS_CoordinateSystem crs)
          Creates a Feature from a BNAFeature
private  GM_Object BNADataStore.CGetFeature.getGMObject(BNAFeature bnafeature, CS_CoordinateSystem crs)
          Builds a GM_Object from a BNAFeature.