Uses of Class
org.gcube.application.framework.search.library.util.Point

Packages that use Point
org.gcube.application.framework.search.library.model   
 

Uses of Point in org.gcube.application.framework.search.library.model
 

Methods in org.gcube.application.framework.search.library.model that return Point
 Point[] GeospatialInfo.getBounds()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type Point
 void GeospatialInfo.setBounds(Point[] bounds)
           
 

Constructors in org.gcube.application.framework.search.library.model with parameters of type Point
GeospatialInfo(java.lang.String relation, Point[] bounds, java.util.Date startTime, java.util.Date endTime)