|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditGeoService
| Method Summary | |
|---|---|
String |
getDistributionServiceRequestParameterString(List<TaxonDescription> taxonDescriptions,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
Retrieve a parameter string to pass to an EditGeoService endpoint The endpoint will deliver a a map generated by the Edit Geo Service for the given TaxonDescription |
String |
getDistributionServiceRequestParameterString(Set<Distribution> distributions,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
|
String |
getDistributionServiceRequestParameterString(TaxonDescription description,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
Deprecated. use getDistributionServiceRequestParameterString(List, Map, int, int, String, String, List) instead |
String |
getOccurrenceServiceRequestParameterString(List<SpecimenOrObservationBase> specimensOrObersvations,
Map<Class<? extends SpecimenOrObservationBase>,Color> specimenOrObservationTypeColors,
Boolean doReturnImage,
Integer width,
Integer height,
String bbox,
String backLayer)
|
void |
setMapping(NamedArea area,
GeoServiceArea geoServiceArea)
Adds an area mapping (CDM area -> geo service area). |
| Method Detail |
|---|
String getDistributionServiceRequestParameterString(List<TaxonDescription> taxonDescriptions,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
TaxonDescription
taxonDescriptions - A List of TaxonDescription holding the distribution datapresenceAbsenceTermColors - A map that classifies which PresenceAbsenceTermBase should
be assigned which Colorwidth - The width of the map imageheight - The height of the map imagebbox - backLayer -
String getDistributionServiceRequestParameterString(Set<Distribution> distributions,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
distributions - presenceAbsenceTermColors - width - height - bbox - backLayer - langs -
@Deprecated
String getDistributionServiceRequestParameterString(TaxonDescription description,
Map<PresenceAbsenceTermBase<?>,Color> presenceAbsenceTermColors,
int width,
int height,
String bbox,
String backLayer,
List<Language> langs)
getDistributionServiceRequestParameterString(List, Map, int, int, String, String, List) instead
TaxonDescription
description - The TaxonDescription holding the distribution datapresenceAbsenceTermColors - A map that classifies which PresenceAbsenceTermBase should
be assigned which Colorwidth - The width of the map imageheight - The height of the map imagebbox - backLayer -
String getOccurrenceServiceRequestParameterString(List<SpecimenOrObservationBase> specimensOrObersvations,
Map<Class<? extends SpecimenOrObservationBase>,Color> specimenOrObservationTypeColors,
Boolean doReturnImage,
Integer width,
Integer height,
String bbox,
String backLayer)
void setMapping(NamedArea area,
GeoServiceArea geoServiceArea)
area - geoServiceArea -
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||