Uses of Class
org.tailormap.api.viewer.model.Drawing
Packages that use Drawing
Package
Description
-
Uses of Drawing in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return types with arguments of type DrawingMethods in org.tailormap.api.controller with parameters of type DrawingModifier and TypeMethodDescription@Valid org.springframework.http.ResponseEntity<Serializable>
DrawingController.createOrUpdateDrawing
(Drawing drawing, Application application) Create or update a drawing. -
Uses of Drawing in org.tailormap.api.drawing
Methods in org.tailormap.api.drawing that return DrawingModifier and TypeMethodDescriptionDrawingService.createDrawing
(Drawing drawing, org.springframework.security.core.Authentication authentication) Create a new drawing.DrawingService.updateDrawing
(Drawing drawing, org.springframework.security.core.Authentication authentication) Update an existing drawing.Methods in org.tailormap.api.drawing that return types with arguments of type DrawingModifier and TypeMethodDescriptionDrawingService.getDrawing
(UUID drawingId, org.springframework.security.core.Authentication authentication) Get a drawing only — no geometry data — by its ID.DrawingService.getDrawing
(UUID drawingId, org.springframework.security.core.Authentication authentication, boolean withGeometries, int requestedSrid) Get a complete drawing by its ID with GeoJSON geometries in the requested srid.DrawingService.getDrawingsForUser
(org.springframework.security.core.Authentication authentication) Get all drawings for the current user.Methods in org.tailormap.api.drawing with parameters of type DrawingModifier and TypeMethodDescriptionDrawingService.createDrawing
(Drawing drawing, org.springframework.security.core.Authentication authentication) Create a new drawing.DrawingService.updateDrawing
(Drawing drawing, org.springframework.security.core.Authentication authentication) Update an existing drawing. -
Uses of Drawing in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return DrawingModifier and TypeMethodDescriptionDrawing.access
(Drawing.AccessEnum access) Drawing.createdAt
(OffsetDateTime createdAt) Drawing.description
(String description) Drawing.domainData
(Map<String, Object> domainData) Drawing.featureCollection
(Object featureCollection) Drawing.putDomainDataItem
(String key, Object domainDataItem) Drawing.updatedAt
(OffsetDateTime updatedAt)