「Viewing Properties」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(ページの作成: <H3> Viewing Properties </H3> <P> Once you have added a WMS server, you can view its properties by right-clicking on it in the legend, and selecting Properties. <P> Metadata Ta…)
 
 
行1: 行1:
<H3>
+
WMSサーバを追加したら、地図凡例で右クリックをして、{{Template:Button|Properties}}を選択することで、プロパティを表示させることができます。
Viewing Properties
+
</H3>
+
  
<P>
+
=== Metadataタブ ===
Once you have added a WMS server, you can view its properties
+
by right-clicking on it in the legend, and selecting
+
Properties.
+
  
<P>
+
{{Template:Tab|Metadata}}タブでは、WMSサーバに関する豊富な情報を表示します。
Metadata Tab<A NAME="sec:ogc-wms-properties-metadata"></A><A NAME="146"></A>
+
この情報はサーバから返ってきたCapabilitiesから多くを収集しています。
<A NAME="147"></A>
+
<A NAME="148"></A>
+
  
<P>
+
多くの定義はWMS標準[7][8]から拾えますが、いくつかの便利な定義があります。
The Metadata tab displays a wealth of information about the WMS server,
+
generally collected from the Capabilities statement returned from
+
that server.
+
  
<P>
+
* '''Server Properties'''
Many definitions can be gleaned by reading the WMS
+
** '''WMS Version''' - サーバがサポートするWMSバージョン。
standards [#!OGCWMS010101web!#], [#!OGCWMS010300web!#], but
+
** '''Image Formats''' - 地図描画時にサーバが応答できるMIMEタイプの一覧。QGISは基礎となっているQtライブラリのビルド時に指定したフォーマットは全てサポートします。一般には<tt>image/png</tt><tt>image/jpeg</tt>は少なくともあります。
here are a few handy definitions:
+
** '''Identity Formats''' - Identifyツール使用時にサーバが応答できるMIMEタイプの一覧。
 
+
* '''Layer Properties'''
<P>
+
** '''Selected''' - サーバがこのプロジェクトに追加されたときに、このレイヤが選択かされているかどうか。
 
+
** '''Visible''' - このレイヤが地図凡例内で表示するように選択されているかどうか(このバージョンのQGISではまだ使えません)
<UL>
+
** '''Can Identify''' - Identifyツールを使用したときに、このレイヤが結果を返すか返さないか。
<LI><SPAN  CLASS="textbf">Server Properties</SPAN>
+
** '''Can be Transparent''' - このレイヤが透過レンダリング可能かどうか。このバージョンのQGISでは、これが<i>Yes</i>になっていて、かつ画像エンコーディングが透過をサポートしている場合には、常に透過を使います。
 
+
** '''Can Zoom In''' - このレイヤをサーバが拡大表示できるかどうか。このバージョンのQGISでは、全てのWMSレイヤが<i>Yes</i>にセットされているものと仮定しています。欠陥のあるレイヤは変にレンダリングされるかも知れません。
<P>
+
** '''Cascade Count''' - WMSサーバはレイヤ用のラスタデータを取得して他のWMSサーバのプロキシのようにふるまえます。このエントリは、一回の結果を得るために何回このレイヤのリクエストをWMSピアサーバに回すかを示します。
 
+
** '''Fixed Width, Fixed Height''' - このレイヤのソース画像で固定ピクセルになる次元があるかどうか。このバージョンのWGISは、全てのWMSレイヤでこれがセットされていないと改定します。不完全なレイヤは変にレンダリングされるかも知れません。
<UL>
+
** '''WGS 84 Bounding Box''' - レイヤの、WGS84座標でのバウンディングボックス。WMSサーバではこれが正しくセットされていないことがあります(たとえばUTM座標系の値が変わりにセットされていたりします)。正しくセットされていない場合は、QGISで非常にズームアウトしたものとしてレンダリングされることがあります。WMS管理者にこの誤りを知らせた方が良いです。WMS XML要素 である <tt>LatLonBoundingBox</tt>, <tt>EX_GeographicBoundingBox</tt> または CRS:84の<tt>BoundingBox</tt>として知っているかもしれません。
<LI><SPAN  CLASS="textbf">WMS Version</SPAN>      - The WMS version supported by the server.
+
** '''Available in CRS''' - このレイヤがWMSサーバ側でレンダリングできる投影法。これらはWMS固有の書式で一覧になっています。
 
+
** '''Available in style''' - このレイヤがサーバ側でレンダリングできるスタイル。
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Image Formats</SPAN>    - The list of MIME-types the server can respond with when
+
                                  drawing the map.  QGIS supports whatever formats
+
                                  the underlying Qt libraries were built with, which
+
                                  is typically at least <TT>image/png</TT>  
+
                                  and <TT>image/jpeg</TT>.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Identity Formats</SPAN> - The list of MIME-types the server can respond with when
+
                                  you use the Identify tool.  Currently QGIS supports
+
                                  the <TT>text-plain</TT> type.
+
 
+
<P>
+
</LI>
+
</UL>
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Layer Properties</SPAN>
+
 
+
<P>
+
 
+
<UL>
+
<LI><SPAN  CLASS="textbf">Selected</SPAN>        - Whether or not this layer was selected when its                                                                        server was added to this project.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Visible</SPAN>          - Whether or not this layer is selected as visible
+
                                  in the legend.  (Not yet used in this version of QGIS.)
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Can Identify</SPAN>    - Whether or not this layer will return any results
+
                                  when the Identify tool is used on it.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Can be Transparent</SPAN> - Whether or not this layer can be rendered with transparency.
+
                                    This version of
+
                                    QGIS will always use transparency if this is <SPAN  CLASS="textsl">Yes</SPAN>
+
                                    and the image encoding supports transparency
+
.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Can Zoom In</SPAN>      - Whether or not this layer can be zoomed in by the server.  This version
+
                                  of QGIS assumes all WMS layers have this set to <SPAN  CLASS="textsl">Yes</SPAN>.
+
                                  Deficient layers may be rendered strangely.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Cascade Count</SPAN>    - WMS servers can act as a proxy to other WMS servers to get
+
                                  the raster data for a layer.  This entry shows how
+
                                  many times the request for this layer is forwarded to peer
+
                                  WMS servers for a result.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Fixed Width</SPAN>, <SPAN  CLASS="textbf">Fixed Height</SPAN>
+
                                - Whether or not this layer has fixed source pixel dimensions.
+
                                  This version
+
                                  of QGIS assumes all WMS layers have this set to nothing.
+
                                  Deficient layers may be rendered strangely.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">WGS 84 Bounding Box</SPAN> - The bounding box of the layer, in WGS 84 coordinates.
+
                                    Some WMS servers do not set this correctly (e.g. UTM
+
                                    coordinates are used instead).  If this is the case,
+
                                    then the initial view of this layer may be rendered
+
                                    with a very ``zoomed-out'' appearance by QGIS.
+
                                    The WMS webmaster should be informed of this error,
+
                                    which they may know as the WMS XML elements
+
                                    <TT>LatLonBoundingBox</TT>,
+
                                    <TT>EX_GeographicBoundingBox</TT> or
+
                                    the CRS:84 <TT>BoundingBox</TT>.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Available in CRS</SPAN> - The projections that this layer can be rendered in by
+
                                  the WMS server.  These are listed in the WMS-native format.
+
 
+
<P>
+
</LI>
+
<LI><SPAN  CLASS="textbf">Available in style</SPAN> - The image styles that this layer can be rendered in by
+
                                    the WMS server.
+
 
+
<P>
+
</LI>
+
</UL>
+
 
+
<P>
+
</LI>
+
</UL>
+
 
+
<P>
+

2009年9月27日 (日) 04:34時点における最新版

WMSサーバを追加したら、地図凡例で右クリックをして、Propertiesを選択することで、プロパティを表示させることができます。

Metadataタブ

Metadataタブでは、WMSサーバに関する豊富な情報を表示します。 この情報はサーバから返ってきたCapabilitiesから多くを収集しています。

多くの定義はWMS標準[7][8]から拾えますが、いくつかの便利な定義があります。

  • Server Properties
    • WMS Version - サーバがサポートするWMSバージョン。
    • Image Formats - 地図描画時にサーバが応答できるMIMEタイプの一覧。QGISは基礎となっているQtライブラリのビルド時に指定したフォーマットは全てサポートします。一般にはimage/pngimage/jpegは少なくともあります。
    • Identity Formats - Identifyツール使用時にサーバが応答できるMIMEタイプの一覧。
  • Layer Properties
    • Selected - サーバがこのプロジェクトに追加されたときに、このレイヤが選択かされているかどうか。
    • Visible - このレイヤが地図凡例内で表示するように選択されているかどうか(このバージョンのQGISではまだ使えません)。
    • Can Identify - Identifyツールを使用したときに、このレイヤが結果を返すか返さないか。
    • Can be Transparent - このレイヤが透過レンダリング可能かどうか。このバージョンのQGISでは、これがYesになっていて、かつ画像エンコーディングが透過をサポートしている場合には、常に透過を使います。
    • Can Zoom In - このレイヤをサーバが拡大表示できるかどうか。このバージョンのQGISでは、全てのWMSレイヤがYesにセットされているものと仮定しています。欠陥のあるレイヤは変にレンダリングされるかも知れません。
    • Cascade Count - WMSサーバはレイヤ用のラスタデータを取得して他のWMSサーバのプロキシのようにふるまえます。このエントリは、一回の結果を得るために何回このレイヤのリクエストをWMSピアサーバに回すかを示します。
    • Fixed Width, Fixed Height - このレイヤのソース画像で固定ピクセルになる次元があるかどうか。このバージョンのWGISは、全てのWMSレイヤでこれがセットされていないと改定します。不完全なレイヤは変にレンダリングされるかも知れません。
    • WGS 84 Bounding Box - レイヤの、WGS84座標でのバウンディングボックス。WMSサーバではこれが正しくセットされていないことがあります(たとえばUTM座標系の値が変わりにセットされていたりします)。正しくセットされていない場合は、QGISで非常にズームアウトしたものとしてレンダリングされることがあります。WMS管理者にこの誤りを知らせた方が良いです。WMS XML要素 である LatLonBoundingBox, EX_GeographicBoundingBox または CRS:84のBoundingBoxとして知っているかもしれません。
    • Available in CRS - このレイヤがWMSサーバ側でレンダリングできる投影法。これらはWMS固有の書式で一覧になっています。
    • Available in style - このレイヤがサーバ側でレンダリングできるスタイル。