com.targomo.client.api.quality.criterion.PoiCriterionDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
package com.targomo.client.api.quality.criterion;
import com.targomo.client.api.statistic.PoiType;
import java.util.Set;
public interface PoiCriterionDefinition extends CriterionDefinitionInterface{
Set getOsmTypes();
Set getReferenceOsmTypes();
String getWeightedBy();
String getPoiServiceUrl();
void setPoiServiceUrl(String poiServiceUrl);
Set getExclude();
PoiMatchType getMatch();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy