CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Static Public Member Functions | Public Attributes | List of all members
com.cartotype.PathIntersectionType Enum Reference

Static Public Member Functions

static PathIntersectionType fromInt (int aX)
 

Public Attributes

 Unknown
 
 Separate
 
 Intersects
 
 Contains
 
 Contained
 

Detailed Description

The ways two paths can intersect.

Member Function Documentation

◆ fromInt()

static PathIntersectionType com.cartotype.PathIntersectionType.fromInt ( int  aX)
static

Converts an integer into a PathIntersectionType constant.

Member Data Documentation

◆ Contained

com.cartotype.PathIntersectionType.Contained

The second path contains the first.

◆ Contains

com.cartotype.PathIntersectionType.Contains

The first path contains the second.

◆ Intersects

com.cartotype.PathIntersectionType.Intersects

The paths intersect or are identical.

◆ Separate

com.cartotype.PathIntersectionType.Separate

The paths do not intersect.

◆ Unknown

com.cartotype.PathIntersectionType.Unknown

The intersection type is unknown.


The documentation for this enum was generated from the following file: