示例#1
0
			public FormatEnumerator(GetCapabilitiesType par) 
			{
                this.SetSamplerState(0, SamplerStateparent = par;
                this.SetSamplerState(0, SamplerStatenIndex = -1;
			}
示例#2
0
文件: _Ows.cs 项目: mcartoixa/GeoSIK
 /// <summary>
 /// <para>
 /// XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS. 
 /// </para>
 /// </summary>
 public GetCapabilities(GetCapabilitiesType content)
 {
     SetInnerType(content);
 }
示例#3
0
文件: _Ows.cs 项目: mcartoixa/GeoSIK
 private void SetInnerType(GetCapabilitiesType ContentField)
 {
     this.ContentField=((GetCapabilitiesType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#4
0
 public abstract string GetCapabilities(string path, GetCapabilitiesType getCapabilitiesType);