gamma

package
v0.0.0-...-e537141 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataKind

type DataKind string

ENUM(

    SlcData
    RSlcData
    MliData
    RmliData
    ImageData
    UnwrappedData
	IfgData
	SimUnwrData
	HeightData

)

const (
	// SlcData is a DataKind of type SlcData.
	SlcData DataKind = "SlcData"
	// RSlcData is a DataKind of type RSlcData.
	RSlcData DataKind = "RSlcData"
	// MliData is a DataKind of type MliData.
	MliData DataKind = "MliData"
	// RmliData is a DataKind of type RmliData.
	RmliData DataKind = "RmliData"
	// ImageData is a DataKind of type ImageData.
	ImageData DataKind = "ImageData"
	// UnwrappedData is a DataKind of type UnwrappedData.
	UnwrappedData DataKind = "UnwrappedData"
	// IfgData is a DataKind of type IfgData.
	IfgData DataKind = "IfgData"
	// SimUnwrData is a DataKind of type SimUnwrData.
	SimUnwrData DataKind = "SimUnwrData"
	// HeightData is a DataKind of type HeightData.
	HeightData DataKind = "HeightData"
)

func ParseDataKind

func ParseDataKind(name string) (DataKind, error)

ParseDataKind attempts to convert a string to a DataKind.

func (DataKind) IsValid

func (x DataKind) IsValid() bool

String implements the Stringer interface.

func (DataKind) MarshalText

func (x DataKind) MarshalText() ([]byte, error)

MarshalText implements the text marshaller method.

func (DataKind) String

func (x DataKind) String() string

String implements the Stringer interface.

func (*DataKind) UnmarshalText

func (x *DataKind) UnmarshalText(text []byte) error

UnmarshalText implements the text unmarshaller method.

type FileTag

type FileTag string

ENUM(

InFile
OutFile
DataFile
ParFile
OffParFile
DiffParFile

)

const (
	// InFile is a FileTag of type InFile.
	InFile FileTag = "InFile"
	// OutFile is a FileTag of type OutFile.
	OutFile FileTag = "OutFile"
	// DataFile is a FileTag of type DataFile.
	DataFile FileTag = "DataFile"
	// ParFile is a FileTag of type ParFile.
	ParFile FileTag = "ParFile"
	// OffParFile is a FileTag of type OffParFile.
	OffParFile FileTag = "OffParFile"
	// DiffParFile is a FileTag of type DiffParFile.
	DiffParFile FileTag = "DiffParFile"
)

func ParseFileTag

func ParseFileTag(name string) (FileTag, error)

ParseFileTag attempts to convert a string to a FileTag.

func (FileTag) IsValid

func (x FileTag) IsValid() bool

String implements the Stringer interface.

func (FileTag) MarshalText

func (x FileTag) MarshalText() ([]byte, error)

MarshalText implements the text marshaller method.

func (FileTag) String

func (x FileTag) String() string

String implements the Stringer interface.

func (*FileTag) UnmarshalText

func (x *FileTag) UnmarshalText(text []byte) error

UnmarshalText implements the text unmarshaller method.

type ImageGeometry

type ImageGeometry string

ENUM(

SarImageGeometry
GeoImageGeometry

)

const (
	// SarImageGeometry is a ImageGeometry of type SarImageGeometry.
	SarImageGeometry ImageGeometry = "SarImageGeometry"
	// GeoImageGeometry is a ImageGeometry of type GeoImageGeometry.
	GeoImageGeometry ImageGeometry = "GeoImageGeometry"
)

func ParseImageGeometry

func ParseImageGeometry(name string) (ImageGeometry, error)

ParseImageGeometry attempts to convert a string to a ImageGeometry.

func (ImageGeometry) IsValid

func (x ImageGeometry) IsValid() bool

String implements the Stringer interface.

func (ImageGeometry) MarshalText

func (x ImageGeometry) MarshalText() ([]byte, error)

MarshalText implements the text marshaller method.

func (ImageGeometry) String

func (x ImageGeometry) String() string

String implements the Stringer interface.

func (*ImageGeometry) UnmarshalText

func (x *ImageGeometry) UnmarshalText(text []byte) error

UnmarshalText implements the text unmarshaller method.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL