ts

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClock

func NewClock(date time.Time) *clock.Clock

func NewClockFromString

func NewClockFromString(date string, fmt string) *clock.Clock

Types

type ArcgisTileLayerConfig

type ArcgisTileLayerConfig struct {
	TileCacheInfo struct {
		LODInfos struct {
			LODInfo []struct {
				LevelID int
			}
		}
		SpatialReference struct {
			WKID int
		}
		TileCols int
		TileRows int
	}
	TileImageInfo struct {
		CacheTileFormat string
	}
	CacheStorageInfo struct {
		StorageFormat string
		PacketSize    *int
	}
}

TileLayerConfig corresponds to an ESRI conf.xml document

type Map

type Map[T any] map[string]T

Map

func (Map[T]) Assign

func (m Map[T]) Assign(m2 Map[T]) Map[T]

合并两个map

func (Map[T]) Bytes

func (m Map[T]) Bytes() []byte

func (Map[T]) Keys

func (m Map[T]) Keys() []string

获取map的key值集合

func (Map[T]) Len

func (m Map[T]) Len() int

获取map的key值个数

func (Map[T]) String

func (m Map[T]) String() string

type Ring

type Ring struct {
	// contains filtered or unexported fields
}

Ring

func NewRing

func NewRing(data []any) *Ring

NewRing

func (*Ring) Current

func (m *Ring) Current() any

Current

func (*Ring) Index

func (m *Ring) Index() any

Index

func (*Ring) Next

func (m *Ring) Next() any

Next

func (*Ring) SetIndex

func (m *Ring) SetIndex(index int)

SetIndex

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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