io.github.sebasbaumh.mapbox.vectortile.build.MvtLayerProps Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapbox-vector-tile-java Show documentation
Show all versions of mapbox-vector-tile-java Show documentation
Mapbox Vector Tile Support for Java.
The newest version!
package io.github.sebasbaumh.mapbox.vectortile.build;
import java.util.LinkedHashMap;
import java.util.Objects;
import org.eclipse.jdt.annotation.DefaultLocation;
import org.eclipse.jdt.annotation.NonNullByDefault;
import io.github.sebasbaumh.mapbox.vectortile.util.MvtUtil;
/**
* Support MVT features that must reference properties by their key and value index.
*/
@NonNullByDefault({ DefaultLocation.PARAMETER, DefaultLocation.RETURN_TYPE })
public class MvtLayerProps
{
private final LinkedHashMap keys = new LinkedHashMap();
private final LinkedHashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy