Sha256: 8ccf09ab8d7d6a4109044b2dc87a9743743d9f99497d9c407ce6be9c54a08ce8
Contents?: true
Size: 509 Bytes
Versions: 15
Compression:
Stored size: 509 Bytes
Contents
# unpack point # point is coded in GeoJSON module ADIWG module Mdtranslator module Point def self.unpack(aCoords, geoType, _responseObj) intMetadataClass = InternalMetadata.new intPoint = intMetadataClass.newGeometry intPoint[:geoType] = geoType intPoint[:geometry] = aCoords intPoint[:dimension] = AdiwgCoordinates.getDimension(aCoords) intPoint end end end end
Version data entries
15 entries across 15 versions & 1 rubygems