Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransformGroup

A group of Transform objects.

Hierarchy

Index

Constructors

constructor

  • Parameters

    • V: VasatConnection
    • Optional args: any

    Returns TransformGroup

Properties

_cachedTransforms

_cachedTransforms: Transform[]

_photo_count

_photo_count: number

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

children

children: ToManyList<Transform>

fid

fid: string

parent

photos

photos: ToManyList<Transform>

project

project: Project

Methods

addChildren

  • Add Transform(s) to this TransformGroup object.

    Parameters

    Returns any

addImagesFromFolder

  • addImagesFromFolder(f: Folder): any
  • Adds all the images from the specified Folder to this TransformGroup. Action will also add the same photos to the Projects photos and any Photogrammetry Job.

    Parameters

    Returns any

delChildren

  • Remove Transform(s) to this TransformGroup object.

    Parameters

    Returns any

fetchObservable

  • fetchObservable(): any

getChildren

  • getChildren(): any
  • Retrieves the Transforms associated with this TransformGroup object.

    Returns any

queryShapesAtPoint

  • queryShapesAtPoint(latDeg: Number, lngDeg: Number, height?: number): any
  • Gets the Shapes at a given point of this TransformGroup object.

    Parameters

    • latDeg: Number

      Latitude in degrees

    • lngDeg: Number

      Longitude in degrees

    • Optional height: number

    Returns any

removeAllImages

  • removeAllImages(): Observable<number>
  • Remove any images associated with this TransformGroup object.

    Returns Observable<number>

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc