Plane.Type
Stay organized with collections
Save and categorize content based on your preferences.
Simple summary of the normal vector of a plane, for filtering purposes.
Inherited Methods
From class
java.lang.Enum
final Object
|
clone
()
|
final
int
|
|
int
|
|
final
Optional<EnumDesc< Plane.Type
>>
|
describeConstable
()
|
final
boolean
|
|
final
void
|
finalize
()
|
final Class
< Plane.Type
>
|
getDeclaringClass
()
|
final
int
|
hashCode
()
|
final String
|
name
()
|
final
int
|
ordinal
()
|
String
|
toString
()
|
static
<T extends Enum
<T>>
T
|
|
From class
java.lang.Object
From interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
From interface
java.lang.Comparable
Enum Values
public
static
final
Plane.Type
HORIZONTAL_DOWNWARD_FACING
HORIZONTAL_DOWNWARD_FACING
public
static
final
Plane
.
Type
HORIZONTAL_DOWNWARD_FACING
A horizontal plane facing downward (e.g. a ceiling).
public
static
final
Plane.Type
HORIZONTAL_UPWARD_FACING
HORIZONTAL_UPWARD_FACING
public
static
final
Plane
.
Type
HORIZONTAL_UPWARD_FACING
A horizontal plane facing upward (e.g. floor or tabletop).
public
static
final
Plane.Type
VERTICAL
VERTICAL
public
static
final
Plane
.
Type
VERTICAL
A vertical plane (e.g. a wall).
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003ePlane.Type\u003c/code\u003e is an enum that provides a simple summary of a plane's normal vector for filtering.\u003c/p\u003e\n"],["\u003cp\u003eIt includes three enum values: \u003ccode\u003eHORIZONTAL_DOWNWARD_FACING\u003c/code\u003e, \u003ccode\u003eHORIZONTAL_UPWARD_FACING\u003c/code\u003e, and \u003ccode\u003eVERTICAL\u003c/code\u003e, representing different plane orientations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePlane.Type\u003c/code\u003e inherits methods from \u003ccode\u003ejava.lang.Enum\u003c/code\u003e, \u003ccode\u003ejava.lang.Object\u003c/code\u003e, \u003ccode\u003ejava.lang.constant.Constable\u003c/code\u003e, and \u003ccode\u003ejava.lang.Comparable\u003c/code\u003e for object manipulation and comparison.\u003c/p\u003e\n"],["\u003cp\u003eThese inherited methods offer functionalities such as object cloning, comparison, description, equality checks, and more.\u003c/p\u003e\n"]]],[],null,["# Plane.Type\n\n`\npublic static final enum\n`**Plane.Type**`\n` \nSimple summary of the normal vector of a plane, for filtering purposes. \n\nInherited Methods\n-----------------\n\nFrom `class\njava.lang.Enum` \n\n|------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` final `[Object](https://developer.android.com/reference/java/lang/Object)` ` | clone`()` |\n| ` final int ` | compareTo`(`[Plane.Type](/ar/reference/java/com/google/ar/core/Plane.Type)` arg0)` |\n| ` int ` | compareTo`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` final Optional\u003cEnumDesc\u003c`[Plane.Type](/ar/reference/java/com/google/ar/core/Plane.Type)`\u003e\u003e ` | describeConstable`()` |\n| ` final boolean ` | equals`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` final void ` | finalize`()` |\n| ` final `[Class](https://developer.android.com/reference/java/lang/Class)`\u003c`[Plane.Type](/ar/reference/java/com/google/ar/core/Plane.Type)`\u003e ` | getDeclaringClass`()` |\n| ` final int ` | hashCode`()` |\n| ` final `[String](https://developer.android.com/reference/java/lang/String)` ` | name`()` |\n| ` final int ` | ordinal`()` |\n| ` `[String](https://developer.android.com/reference/java/lang/String)` ` | toString`()` |\n| ` static \u003cT extends `[Enum](https://developer.android.com/reference/java/lang/Enum)`\u003cT\u003e\u003e T ` | valueOf`(`[Class](https://developer.android.com/reference/java/lang/Class)`\u003cT\u003e arg0, `[String](https://developer.android.com/reference/java/lang/String)` arg1)` |\n\nFrom `class\njava.lang.Object` \n\n|---------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|\n| ` `[Object](https://developer.android.com/reference/java/lang/Object)` ` | clone`()` |\n| ` boolean ` | equals`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` void ` | finalize`()` |\n| ` final `[Class](https://developer.android.com/reference/java/lang/Class)`\u003c?\u003e ` | getClass`()` |\n| ` int ` | hashCode`()` |\n| ` final void ` | notify`()` |\n| ` final void ` | notifyAll`()` |\n| ` `[String](https://developer.android.com/reference/java/lang/String)` ` | toString`()` |\n| ` final void ` | wait`(long arg0, int arg1)` |\n| ` final void ` | wait`(long arg0)` |\n| ` final void ` | wait`()` |\n\nFrom `interface\njava.lang.constant.Constable` \n\n|-----------------------------------------------|-----------------------|\n| ` abstract Optional\u003c? extends ConstantDesc\u003e ` | describeConstable`()` |\n\nFrom `interface\njava.lang.Comparable` \n\n|------------------|------------------------------------------------------------------------------------|\n| ` abstract int ` | compareTo`(`[Plane.Type](/ar/reference/java/com/google/ar/core/Plane.Type)` arg0)` |\n\nEnum Values\n-----------\n\n#### public\nstatic\nfinal\nPlane.Type\nHORIZONTAL_DOWNWARD_FACING\n\n### HORIZONTAL_DOWNWARD_FACING\n\n```java\npublic static final Plane.Type HORIZONTAL_DOWNWARD_FACING\n``` \nA horizontal plane facing downward (e.g. a ceiling).\n\n#### public\nstatic\nfinal\nPlane.Type\nHORIZONTAL_UPWARD_FACING\n\n### HORIZONTAL_UPWARD_FACING\n\n```java\npublic static final Plane.Type HORIZONTAL_UPWARD_FACING\n``` \nA horizontal plane facing upward (e.g. floor or tabletop).\n\n#### public\nstatic\nfinal\nPlane.Type\nVERTICAL\n\n### VERTICAL\n\n```java\npublic static final Plane.Type VERTICAL\n``` \nA vertical plane (e.g. a wall)."]]