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