Uses of Class
org.gcube.portlets.user.gisviewer.client.commons.beans.Property

Packages that use Property
org.gcube.portlets.user.gisviewer.client   
org.gcube.portlets.user.gisviewer.client.commons.beans   
org.gcube.portlets.user.gisviewer.server   
org.gcube.portlets.user.gisviewer.server.datafeature   
 

Uses of Property in org.gcube.portlets.user.gisviewer.client
 

Methods in org.gcube.portlets.user.gisviewer.client that return types with arguments of type Property
 List<Property> GisViewerService.getListProperty(String geoserverUrl, LayerItem layer)
          Added by Francesco M.
 

Method parameters in org.gcube.portlets.user.gisviewer.client with type arguments of type Property
 void GisViewerServiceAsync.getListProperty(String geoserverUrl, LayerItem layer, com.google.gwt.user.client.rpc.AsyncCallback<List<Property>> callback)
           
 

Uses of Property in org.gcube.portlets.user.gisviewer.client.commons.beans
 

Methods in org.gcube.portlets.user.gisviewer.client.commons.beans that return types with arguments of type Property
 List<Property> LayerItem.getAllFloatProperties()
           
 List<Property> LayerItem.getProperties()
           
 

Methods in org.gcube.portlets.user.gisviewer.client.commons.beans with parameters of type Property
 boolean LayerItem.containsProperty(Property property)
           
 

Method parameters in org.gcube.portlets.user.gisviewer.client.commons.beans with type arguments of type Property
 void LayerItem.setProperties(List<Property> properties)
           
 

Uses of Property in org.gcube.portlets.user.gisviewer.server
 

Methods in org.gcube.portlets.user.gisviewer.server that return types with arguments of type Property
 List<Property> GisViewerServiceImpl.getListProperty(String geoserverUrl, LayerItem layer)
           
 

Uses of Property in org.gcube.portlets.user.gisviewer.server.datafeature
 

Methods in org.gcube.portlets.user.gisviewer.server.datafeature that return types with arguments of type Property
static List<Property> FeatureTypeParser.getProperties(String geoserverURL, String layerName)
           
 



Copyright © 2013. All Rights Reserved.