Changes between Version 5 and Version 6 of FDORfc57
- Timestamp:
- 03/23/11 19:37:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc57
v5 v6 181 181 }}} 182 182 183 In this class, both methods !GetFeatureClassName s and !SetFeatureClassNames are used to get/set the feature class collection which would be mapped to WMS layersin order to query the relevant feature information. [[BR]]183 In this class, both methods !GetFeatureClassName and !SetFeatureClassName are used to get/set a feature class which would be mapped to WMS layer in order to query the relevant feature information. [[BR]] 184 184 185 185 '''• Example''' [[BR]] … … 190 190 FdoPtr<FdoWmsIGetFeatureInfo> cmdGFI = static_cast<FdoWmsIGetFeatureInfo*> (connection->CreateCommand(FdoWmsCommandType_!GetFeatureInfo)); 191 191 FdoPtr<FdoIdentifier> id = FdoIdentifier::Create(L”Park”); 192 cmdGFI->SetFeatureClassName s(id);192 cmdGFI->SetFeatureClassName(id); 193 193 FdoPtr<FdoFgfGeometryFactory> gf = FdoFgfGeometryFactory::GetInstance(); 194 194 FdoPtr<FdoIDirectPosition> pt = gf->CreatePositionXY(-1000, 1000);