net.n12n.exif

GpsIfd

class GpsIfd extends Ifd

IFD for GPS related data.

Linear Supertypes
Ifd, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GpsIfd
  2. Ifd
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GpsIfd(exif: ExifSegment, offset: Int)

Type Members

  1. type TagType = GpsTag[_]

    Definition Classes
    GpsIfdIfd

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val Tags: Set[GpsTag[_]]

    Set of tags.

    Set of tags.

    Definition Classes
    GpsIfdIfd
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def attr(tag: Tag): IfdAttribute

    Get attribute by tag.

    Get attribute by tag.

    tag

    Attribute's tag.

    returns

    Attribute.

    Definition Classes
    Ifd
    Exceptions thrown
    AttributeNotFoundException

    If the attribute was not found in this IFD.

  7. lazy val attributes: Seq[IfdAttribute]

    Definition Classes
    Ifd
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val count: Int

    Definition Classes
    Ifd
  10. def createTag(marker: Int, tagType: Type, count: Int): TypedTag[_]

    Attributes
    protected
    Definition Classes
    Ifd
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findAttr(tag: Tag): Option[IfdAttribute]

    Find attribute in IFD.

    Find attribute in IFD.

    tag

    Attribute tag.

    returns

    {{Some(attr)}} or {{None}}.

    Definition Classes
    Ifd
  15. def findTag(id: Int, tagType: Type, count: Int): TypedTag[_]

    Attributes
    protected
    Definition Classes
    Ifd
  16. def findValue[V](tag: TypedTag[V]): Option[V]

    Definition Classes
    Ifd
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val name: String

    Definition Classes
    Ifd
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. lazy val nextIfd: Int

    Offset to next IDF relative to the Exif's TiffHeader.

    Offset to next IDF relative to the Exif's TiffHeader.

    Definition Classes
    Ifd
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. lazy val tags: Seq[TypedTag[_]]

    Definition Classes
    Ifd
  27. def toString(): String

    Definition Classes
    Ifd → AnyRef → Any
  28. def value[V](tag: TypedTag[V]): V

    Get attribute value by tag.

    Get attribute value by tag.

    tag

    Tag

    returns

    Attribute value

    Definition Classes
    Ifd
    Exceptions thrown
    AttributeNotFoundException

    If the attribute was not found in this IFD.

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ifd

Inherited from AnyRef

Inherited from Any

Ungrouped