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