Project

General

Profile

« Previous | Next » 

Revision 5f5cfe6a

Added by Andreas Kohlbecker about 4 years ago

ref #6113 producing more complete kml for DerivedUnits & general controller for HTTP OPTIONS requests

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/geo/IEditGeoService.java
22 22

  
23 23
import org.springframework.transaction.annotation.Transactional;
24 24

  
25
import de.micromata.opengis.kml.v_2_2_0.Kml;
25 26
import eu.etaxonomy.cdm.api.service.dto.CondensedDistribution;
26 27
import eu.etaxonomy.cdm.api.service.dto.DistributionInfoDTO;
27 28
import eu.etaxonomy.cdm.api.utility.DescriptionUtility;
......
131 132
            List<Language> langs);
132 133

  
133 134

  
134
    public OccurrenceServiceRequestParameterDto getOccurrenceServiceRequestParameterString(
135
    public OccurrenceServiceRequestParameterDto getOccurrenceServiceRequestParameters(
135 136
            List<SpecimenOrObservationBase> specimensOrObersvations,
136 137
            Map<SpecimenOrObservationType,Color> specimenOrObservationTypeColors
137 138
            );
......
222 223
            CondensedDistributionRecipe recipe,
223 224
            List<Language> langs);
224 225

  
226

  
227
	public Kml occurrencesToKML(List<SpecimenOrObservationBase> specimensOrObersvations,
228
			Map<SpecimenOrObservationType, Color> specimenOrObservationTypeColors);
229

  
225 230
}

Also available in: Unified diff