| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.services.domain | |
| fr.inra.agrosyst.api.services.security |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoPointAbstract |
class |
GeoPointImpl |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
DomainService.newGpsData()
Create a new (empty) GPSData entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoPoint> |
DomainService.getGeoPoints(String domainId)
return GeoPoint for domain with id the given domainId
Data are anonymize if user has no right to see them
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainService.createOrUpdateDomain(Domain domain,
String locationId,
String legalStatusId,
List<GeoPoint> gpsData,
List<CroppingPlanEntryDto> croppingPlan,
Integer otex18,
Integer otex70,
List<Ground> grounds,
List<Equipment> equipments,
List<ToolsCoupling> toolsCouplings,
List<Price> prices) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoPoint> |
AnonymizeService.checkForGeoPointAnonymization(List<GeoPoint> result) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoPoint> |
AnonymizeService.checkForGeoPointAnonymization(List<GeoPoint> result) |
Copyright © 2013–2015 Inra. All rights reserved.