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