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