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