Module jonix.onix3

Class MapScale

java.lang.Object
com.tectonica.jonix.onix3.MapScale
All Implemented Interfaces:
OnixElement<Integer>, OnixTag, Serializable

public class MapScale extends Object implements OnixElement<Integer>, Serializable

Map scale

The scale of a map, expressed as a ratio 1:nnnnn; only the number nnnnn is carried in the data element, without spaces or punctuation. Optional, and repeatable if a product comprises maps with two or more different scales.

Format Positive integer, suggested maximum length 8 digits
Reference name <MapScale>
Short tag <b063>
Cardinality 0…n
Example <b063>50000</b063> (One to 50,000, 2cm = 1km)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public Integer value
      This is the raw content of MapScale. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Positive integer, suggested maximum length 8 digits

      (type: dt.PositiveInteger)

    • EMPTY

      public static final MapScale EMPTY
  • Constructor Details

    • MapScale

      public MapScale()
    • MapScale

      public MapScale(Element element)
  • Method Details