java.lang.Object
com.here.platform.location.integration.optimizedmap.BitMask<SupplementalGeometry>
com.here.platform.location.integration.optimizedmap.navigationattributes.SupplementalGeometry
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class SupplementalGeometry extends BitMask<SupplementalGeometry> implements scala.Product, scala.Serializable
Segment geometry that has specific uses beyond the standard road network and is included for special or limited use.
See Also:
  • Constructor Details

    • SupplementalGeometry

      public SupplementalGeometry(int mask)
  • Method Details

    • RaceTrack

      public static SupplementalGeometry RaceTrack()
      Tracks within a racing facility.
    • UndeterminedGeometryType

      public static SupplementalGeometry UndeterminedGeometryType()
      Geometry included as Supplemental that cannot be classified into one of the more specific Supplemental Geometry Types.
    • Driveway

      public static SupplementalGeometry Driveway()
      A private road for local access to one or a small group of structures.
    • Alley

      public static SupplementalGeometry Alley()
      A lane running between or behind buildings.
    • PrivateRoadForServiceVehicles

      public static SupplementalGeometry PrivateRoadForServiceVehicles()
      A road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc.
    • OilFieldRoad

      public static SupplementalGeometry OilFieldRoad()
      A road used for the sole purpose of accessing an oil field and oil field operations.
    • BicyclePath

      public static SupplementalGeometry BicyclePath()
      A road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded.
    • WalkingPath

      public static SupplementalGeometry WalkingPath()
      A paved or unpaved path designed for walking, jogging, or running.
    • MountainBikeTrail

      public static SupplementalGeometry MountainBikeTrail()
      An unpaved pathway for use by mountain bike riders.
    • HikingTrail

      public static SupplementalGeometry HikingTrail()
      An unpaved, typically narrow pathway for use by hikers.
    • CrossCountrySkiTrail

      public static SupplementalGeometry CrossCountrySkiTrail()
      A trail designated for cross-country skiing, also known as Nordic skiing.
    • GolfCourseTrail

      public static SupplementalGeometry GolfCourseTrail()
      A trail or path within a golf course that is used while golfing.
    • SkiRun

      public static SupplementalGeometry SkiRun()
      A marked path down a mountain for Alpine skiing or snowboarding.
    • SkiLift

      public static SupplementalGeometry SkiLift()
      A cable transport device used to carry skiers up a mountain.
    • RunningTrack

      public static SupplementalGeometry RunningTrack()
      A rubberised artificial running surface for track and field athletics.
    • BmxTrack

      public static SupplementalGeometry BmxTrack()
      A purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles.
    • HorseTrail

      public static SupplementalGeometry HorseTrail()
      A natural pathway for outdoor riding and trekking on horse or pony.
    • OutdoorActivityRoad

      public static SupplementalGeometry OutdoorActivityRoad()
      A road required to access an Outdoor POI.
    • OutdoorActivityAccess

      public static SupplementalGeometry OutdoorActivityAccess()
      A generic trail or path required to access an Outdoor POI.
    • mask

      public int mask()
      Description copied from class: BitMask
      Returns the integer representation of the mask
      Specified by:
      mask in class BitMask<SupplementalGeometry>