Last updated

API / geotoolkit / data / DiscreteDataMap / MapType

Enumeration: MapType

data.DiscreteDataMap.MapType

Disrete map type if the type is "Continuous", then the "ranges" parameter is used, which determines the inclusion in the range. If the type is "Discrete", then the "codes" parameter is used to determine if the parameter falls within the set of specified values.

Table of contents

Enumeration Members

Contents

Enumeration Members

Continuous

Continuous = "Continuous"

continuous


Discrete

Discrete = "Discrete"

discrete