コード例 #1
0
 public GetPropertyValueType()
 {
     this.startIndexField     = "0";
     this.resultTypeField     = ResultTypeType.results;
     this.outputFormatField   = "application/gml+xml; version=3.2";
     this.resolveField        = ResolveValueType.none;
     this.resolveDepthField   = "*";
     this.resolveTimeoutField = "300";
 }
コード例 #2
0
 public GetFeatureType()
 {
     this.startIndex     = "0";
     this.resultType     = ResultTypeType.results;
     this.outputFormat   = "application/gml+xml; version=3.2";
     this.resolve        = ResolveValueType.none;
     this.resolveDepth   = "*";
     this.resolveTimeout = "300";
 }
コード例 #3
0
 public PropertyName()
 {
     this.resolveField        = ResolveValueType.none;
     this.resolveDepthField   = "*";
     this.resolveTimeoutField = "300";
 }