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