MATLAB MAPPING TOOLBOX RELEASE NOTES Uživatelská příručka Strana 156

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 160
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 155
R14SP2
21-10
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
load korea
worldmap(map, refvec)
load korea
worldmap(map,refvec)
land =
shaperead('landares.shp','UseGeoCoords',true)
geoshow([land.Lat], [land.Lon])
(Text North Korea and South Korea will be missing. Land
area boundaries resolution is lower.)
load korea
worldmap(map,refvec,'lineonly')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
load korea
worldmap(map,refvec,'none')
load korea
worldmap(map,refvec)
load korea
worldmap(map,refvec,'patch')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
faceColors = makesymbolspec('Polygon',
{'INDEX',...
[1
numel(land)],'Facecolor',polcmap(numel(land))});
geoshow(land,'SymbolSpec',makesymbolspec('Polygon',faceColors))
(Text North Korea and South Korea will be missing.
Country coloring will be missing.)
Zobrazit stránku 155
1 2 ... 151 152 153 154 155 156 157 158 159 160

Komentáře k této Příručce

Žádné komentáře