Stay organized with collections Save and categorize content based on your preferences.
Nested Classes Public Methods Inherited Methods Fromclass java.lang.Object
Object
clone()
boolean
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
public Anchor createAnchor( Pose pose )
Creates an anchor that is attached to this trackable, using the given initial pose in the world coordinate space. The type of trackable will determine the semantics of attachment and how the anchor's pose will be updated to maintain this relationship. Note that the relative offset between the pose of multiple anchors attached to a trackable may adjust slightly over time as ARCore updates its model of the world.
public boolean equals (Object obj) equalspublic boolean equals( Object obj )
Indicates whether some other object is a Trackable
referencing the same logical trackable as this one.
obj
the reference object with which to compare. Returns true
if this object is the same as the obj argument; false
otherwise. See Also
public Collection<Anchor> getAnchors () getAnchors
public Collection<Anchor> getAnchors()
Gets the Anchors attached to this trackable.
public Mesh getMesh () getMeshpublic Mesh getMesh()
Obtain a polygon Mesh
that corresponds to this geometry. A Mesh
describes the geometry as a collection of polygons, which should be transformed by getMeshPose()
.
public Pose getMeshPose()
Returns the origin pose of the geometry. This pose should be applied to all the points in the geometry from getMesh()
.
public StreetscapeGeometry.Quality getQuality()
Obtain the StreetscapeGeometry.Quality
corrosponding to this geometry.
public TrackingState getTrackingState()
Gets this trackable's TrackingState
.
public StreetscapeGeometry.Type getType()
Obtain the StreetscapeGeometry.Type
corrosponding to this geometry.
public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided by HashMap
.
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."],[[["`StreetscapeGeometry` provides terrain, building, and structure data from the Streetscape Geometry API, accessible when specific configuration modes are enabled."],["It offers methods to obtain mesh data, origin pose, quality, and type of the geometry, as well as its tracking state."],["Developers can create anchors attached to the geometry and manipulate it using provided methods for integration into AR experiences."],["Geometry quality and type information helps developers understand the level of detail and characteristics of the data for appropriate usage."],["It inherits functionalities from the `Trackable` interface for tracking and managing the geometry's state within the AR session."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4