Uses of Class
org.fiware.ngsi.model.GeoQueryVO
Packages that use GeoQueryVO
-
Uses of GeoQueryVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return GeoQueryVOModifier and TypeMethodDescriptionGeoQueryVO.addCoordinatesItem(Object coordinatesItem) GeoQueryVO.coordinates(List<Object> newCoordinates) GeoQueryVO.geoproperty(String newGeoproperty) QueryVO.geoQ()SubscriptionFragmentVO.geoQ()SubscriptionVO.geoQ()QueryVO.getGeoQ()SubscriptionFragmentVO.getGeoQ()SubscriptionVO.getGeoQ()GeoQueryVO.setCoordinates(List<Object> newCoordinates) GeoQueryVO.setGeometry(String newGeometry) GeoQueryVO.setGeoproperty(String newGeoproperty) Methods in org.fiware.ngsi.model with parameters of type GeoQueryVOModifier and TypeMethodDescriptionQueryVO.geoQ(GeoQueryVO newGeoQ) SubscriptionFragmentVO.geoQ(GeoQueryVO newGeoQ) SubscriptionVO.geoQ(GeoQueryVO newGeoQ) QueryVO.setGeoQ(GeoQueryVO newGeoQ) SubscriptionFragmentVO.setGeoQ(GeoQueryVO newGeoQ) SubscriptionVO.setGeoQ(GeoQueryVO newGeoQ)