Class SupplementalGeometry
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupplementalGeometry
Alley()
A lane running between or behind buildings.static SupplementalGeometry
A road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded.static SupplementalGeometry
BmxTrack()
A purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles.static SupplementalGeometry
A trail designated for cross-country skiing, also known as Nordic skiing.static SupplementalGeometry
Driveway()
A private road for local access to one or a small group of structures.static SupplementalGeometry
A trail or path within a golf course that is used while golfing.static SupplementalGeometry
An unpaved, typically narrow pathway for use by hikers.static SupplementalGeometry
A natural pathway for outdoor riding and trekking on horse or pony.int
mask()
Returns the integer representation of the maskstatic SupplementalGeometry
An unpaved pathway for use by mountain bike riders.static SupplementalGeometry
A road used for the sole purpose of accessing an oil field and oil field operations.static SupplementalGeometry
A generic trail or path required to access an Outdoor POI.static SupplementalGeometry
A road required to access an Outdoor POI.static SupplementalGeometry
A road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc.static SupplementalGeometry
Tracks within a racing facility.static SupplementalGeometry
A rubberised artificial running surface for track and field athletics.static SupplementalGeometry
SkiLift()
A cable transport device used to carry skiers up a mountain.static SupplementalGeometry
SkiRun()
A marked path down a mountain for Alpine skiing or snowboarding.static SupplementalGeometry
Geometry included as Supplemental that cannot be classified into one of the more specific Supplemental Geometry Types.static SupplementalGeometry
A paved or unpaved path designed for walking, jogging, or running.Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask
intersects, union
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
SupplementalGeometry
public SupplementalGeometry(int mask)
-
-
Method Details
-
RaceTrack
Tracks within a racing facility. -
UndeterminedGeometryType
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. -
PrivateRoadForServiceVehicles
A road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc. -
OilFieldRoad
A road used for the sole purpose of accessing an oil field and oil field operations. -
BicyclePath
A road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded. -
WalkingPath
A paved or unpaved path designed for walking, jogging, or running. -
MountainBikeTrail
An unpaved pathway for use by mountain bike riders. -
HikingTrail
An unpaved, typically narrow pathway for use by hikers. -
CrossCountrySkiTrail
A trail designated for cross-country skiing, also known as Nordic skiing. -
GolfCourseTrail
A trail or path within a golf course that is used while golfing. -
SkiRun
A marked path down a mountain for Alpine skiing or snowboarding. -
SkiLift
A cable transport device used to carry skiers up a mountain. -
RunningTrack
A rubberised artificial running surface for track and field athletics. -
BmxTrack
A purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles. -
HorseTrail
A natural pathway for outdoor riding and trekking on horse or pony. -
OutdoorActivityRoad
A road required to access an Outdoor POI. -
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 classBitMask<SupplementalGeometry>
-