Sha256: 0b4a194d7ec9bab265f972c24ba495e0980d6eb8106e49aff8904acd13adc3b0
Contents?: true
Size: 521 Bytes
Versions: 15
Compression:
Stored size: 521 Bytes
Contents
# unpack line string # line string is coded in GeoJSON module ADIWG module Mdtranslator module LineString def self.unpack(aCoords, geoType, _responseObj) intMetadataClass = InternalMetadata.new intLine = intMetadataClass.newGeometry intLine[:geoType] = geoType intLine[:geometry] = aCoords intLine[:dimension] = AdiwgCoordinates.getDimension(aCoords) intLine end end end end
Version data entries
15 entries across 15 versions & 1 rubygems