Interface SupplementalGeometries
public interface SupplementalGeometries
Segment geometry that has specific uses beyond the standard road network and is included for
special or limited use.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupplementalGeometryA lane running between or behind buildings.static final SupplementalGeometryA road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded.static final SupplementalGeometryA purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles.static final SupplementalGeometryA trail designated for cross-country skiing, also known as Nordic skiing.static final SupplementalGeometryA private road for local access to one or a small group of structures.static final SupplementalGeometryA trail or path within a golf course that is used while golfing.static final SupplementalGeometryAn unpaved, typically narrow pathway for use by hikers.static final SupplementalGeometryA natural pathway for outdoor riding and trekking on horse or pony.static final SupplementalGeometryAn unpaved pathway for use by mountain bike riders.static final SupplementalGeometryA road used for the sole purpose of accessing an oil field and oil field operations.static final SupplementalGeometryA generic trail or path required to access an Outdoor POI.static final SupplementalGeometryA road required to access an Outdoor POI.static final SupplementalGeometryA road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc.static final SupplementalGeometryTracks within a racing facility.static final SupplementalGeometryA rubberised artificial running surface for track and field athletics.static final SupplementalGeometryA cable transport device used to carry skiers up a mountain.static final SupplementalGeometryA marked path down a mountain for Alpine skiing or snowboarding.static final SupplementalGeometryGeometry included as Supplemental that cannot be classified into one of the more specific Supplemental Geometry Types.static final SupplementalGeometryA paved or unpaved path designed for walking, jogging, or running.
-
Field Details
-
RACE_TRACK
Tracks within a racing facility. -
UNDETERMINED_GEOMETRY_TYPE
Geometry included as Supplemental that cannot be classified into one of the more specific Supplemental Geometry Types. -
DRIVEWAY
A private road for local access to one or a small group of structures. -
ALLEY
A lane running between or behind buildings. -
PRIVATE_ROAD_FOR_SERVICE_VEHICLES
A road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc. -
OIL_FIELD_ROAD
A road used for the sole purpose of accessing an oil field and oil field operations. -
BICYCLE_PATH
A road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded. -
WALKING_PATH
A paved or unpaved path designed for walking, jogging, or running. -
MOUNTAIN_BIKE_TRAIL
An unpaved pathway for use by mountain bike riders. -
HIKING_TRAIL
An unpaved, typically narrow pathway for use by hikers. -
CROSS_COUNTRY_SKI_TRAIL
A trail designated for cross-country skiing, also known as Nordic skiing. -
GOLF_COURSE_TRAIL
A trail or path within a golf course that is used while golfing. -
SKI_RUN
A marked path down a mountain for Alpine skiing or snowboarding. -
SKI_LIFT
A cable transport device used to carry skiers up a mountain. -
RUNNING_TRACK
A rubberised artificial running surface for track and field athletics. -
BMX_TRACK
A purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles. -
HORSE_TRAIL
A natural pathway for outdoor riding and trekking on horse or pony. -
OUTDOOR_ACTIVITY_ROAD
A road required to access an Outdoor POI. -
OUTDOOR_ACTIVITY_ACCESS
A generic trail or path required to access an Outdoor POI.
-