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