Uses of Class
nl.b3p.formendpoint.resource.IMBORGreenObject
-
Packages that use IMBORGreenObject Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository -
-
Uses of IMBORGreenObject in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return IMBORGreenObject Modifier and Type Method Description IMBORGreenObjectIMBORGreenObjectController. get(String objectGuid)IMBORGreenObjectIMBORGreenObjectController. save(IMBORGreenObject feature, String parentId)IMBORGreenObjectIMBORGreenObjectController. update(String objectGuid, IMBORGreenObject feature)Methods in nl.b3p.formendpoint.controller that return types with arguments of type IMBORGreenObject Modifier and Type Method Description List<IMBORGreenObject>IMBORGreenObjectController. getAll()org.springframework.data.domain.Page<IMBORGreenObject>IMBORGreenObjectController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<IMBORGreenObject>IMBORGreenObjectController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type IMBORGreenObject Modifier and Type Method Description IMBORGreenObjectIMBORGreenObjectController. save(IMBORGreenObject feature, String parentId)IMBORGreenObjectIMBORGreenObjectController. update(String objectGuid, IMBORGreenObject feature) -
Uses of IMBORGreenObject in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type IMBORGreenObject Modifier and Type Method Description Optional<IMBORGreenObject>IMBORGreenObjectRepository. findByImborIdentificatie(String imbor_identificatie)List<IMBORGreenObject>IMBORGreenObjectRepository. findWithinPoint(org.locationtech.jts.geom.Geometry area)
-