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