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