+All Methods Static Methods Concrete Methods
+
+Modifier and Type |
+Method |
+Description |
+
+
+static <T extends com.google.ar.core.Trackable> Stream<com.google.ar.core.AugmentedImage> |
+filterAugmentedImages(Stream<T> trackables,
+ com.google.ar.core.TrackingState trackingState,
+ com.google.ar.core.AugmentedImage.TrackingMethod trackingMethod) |
+
+ Retrieve a filtered stream containing the Augmented Images with the specified
+ TrackingState and TrackingMethod
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Stream<com.google.ar.core.Plane> |
+filterPlanes(Stream<T> trackables,
+ com.google.ar.core.TrackingState... trackingStates) |
+
+ Retrieve a filtered stream containing the Planes with the specified TrackingStates.
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Stream<T> |
+filterTrackables(Stream<T> trackables,
+ com.google.ar.core.TrackingState... trackingStates) |
+
+ Retrieve a filtered collection containing the trackables with the specified trackingStates.
+ |
+
+
+static <T extends com.google.ar.core.Trackable,U extends com.google.ar.core.Trackable> Stream<U> |
+filterTrackables(Stream<T> trackables,
+ Class<U> type,
+ com.google.ar.core.TrackingState... trackingStates) |
+
+ Retrieve a filtered collection containing the trackables with the specified type class and
+ the specified trackingStates.
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Collection<com.google.ar.core.AugmentedImage> |
+getAugmentedImages(Collection<T> trackables) |
+
+ Retrieve a filtered collection containing Augmented Images
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Collection<com.google.ar.core.AugmentedImage> |
+getAugmentedImages(Collection<T> trackables,
+ com.google.ar.core.TrackingState trackingState,
+ com.google.ar.core.AugmentedImage.TrackingMethod trackingMethod) |
+
+ Retrieve a filtered collection containing the Augmented Images with the specified
+ TrackingState and TrackingMethod
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Collection<com.google.ar.core.Plane> |
+getPlanes(Collection<T> trackables) |
+
+ Retrieve a filtered collection containing Planes
+ |
+
+
+static <T extends com.google.ar.core.Trackable> Collection<com.google.ar.core.Plane> |
+getPlanes(Collection<T> trackables,
+ com.google.ar.core.TrackingState... trackingStates) |
+
+ Retrieve a filtered collection containing the Planes with the specified TrackingStates.
+ |
+
+
+