Class: SpatialFeatures::Importers::Geomark
- Defined in:
- lib/spatial_features/importers/geomark.rb
Constant Summary
Constants inherited from KML
KML::COORDINATES_WITH_ALTITUDE, KML::IMAGE_METADATA_KEYS
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(geomark, **options) ⇒ Geomark
constructor
A new instance of Geomark.
Methods inherited from KMLFile
Methods inherited from Base
#cache_key, create_all, #features
Constructor Details
#initialize(geomark, **options) ⇒ Geomark
Returns a new instance of Geomark.
4 5 6 |
# File 'lib/spatial_features/importers/geomark.rb', line 4 def initialize(geomark, **) super geomark_url(geomark), ** end |