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