Class GeoJsonFeatureToAtlasEntityConverter
- java.lang.Object
-
- org.openstreetmap.atlas.checks.flag.serializer.GeoJsonFeatureToAtlasEntityConverter
-
public final class GeoJsonFeatureToAtlasEntityConverter extends java.lang.ObjectA GeoJsonFeatureto anAtlasEntityconverter.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<org.openstreetmap.atlas.geography.atlas.items.AtlasEntity>convert(org.openstreetmap.atlas.geography.geojson.parser.domain.feature.Feature feature)Attempt to convert a GeoJsonFeatureto anAtlasEntity.
-
-
-
Method Detail
-
convert
public static java.util.Optional<org.openstreetmap.atlas.geography.atlas.items.AtlasEntity> convert(org.openstreetmap.atlas.geography.geojson.parser.domain.feature.Feature feature)
Attempt to convert a GeoJsonFeatureto anAtlasEntity.- Parameters:
feature-Feature- Returns:
- an
OptionalAtlasEntity
-
-