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
public class SupplementalGeometry
extends BitMask<SupplementalGeometry>
implements scala.Product, 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 SupplementalGeometryAlley()A lane running between or behind buildings.static SupplementalGeometryA road, track, or path designated for use by bicyclists from which motorized traffic is generally excluded.static SupplementalGeometryBmxTrack()A purpose-built, off-road, single-lap, dirt race tracks specially designed for sprint races with BMX bicycles.static SupplementalGeometryA trail designated for cross-country skiing, also known as Nordic skiing.static SupplementalGeometryDriveway()A private road for local access to one or a small group of structures.static SupplementalGeometryA trail or path within a golf course that is used while golfing.static SupplementalGeometryAn unpaved, typically narrow pathway for use by hikers.static SupplementalGeometryA natural pathway for outdoor riding and trekking on horse or pony.intmask()Returns the integer representation of the maskstatic SupplementalGeometryAn unpaved pathway for use by mountain bike riders.static SupplementalGeometryA road used for the sole purpose of accessing an oil field and oil field operations.static SupplementalGeometryA generic trail or path required to access an Outdoor POI.static SupplementalGeometryA road required to access an Outdoor POI.static SupplementalGeometryA road that provides access for specific service vehicles, e.g., logging roads, farm/agricultural roads etc.static SupplementalGeometryTracks within a racing facility.static SupplementalGeometryA rubberised artificial running surface for track and field athletics.static SupplementalGeometrySkiLift()A cable transport device used to carry skiers up a mountain.static SupplementalGeometrySkiRun()A marked path down a mountain for Alpine skiing or snowboarding.static SupplementalGeometryGeometry included as Supplemental that cannot be classified into one of the more specific Supplemental Geometry Types.static SupplementalGeometryA paved or unpaved path designed for walking, jogging, or running.Methods inherited from class com.here.platform.location.integration.optimizedmap.BitMask
intersects, unionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, 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:BitMaskReturns the integer representation of the mask- Specified by:
maskin classBitMask<SupplementalGeometry>
-