Changes between Version 5 and Version 6 of FDORfc57


Ignore:
Timestamp:
Mar 23, 2011, 7:37:39 PM (13 years ago)
Author:
sunch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc57

    v5 v6  
    181181}}}
    182182
    183 In this class, both methods !GetFeatureClassNames and !SetFeatureClassNames are used to get/set the feature class collection which would be mapped to WMS layers in order to query the relevant feature information. [[BR]]
     183In 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]]
    184184
    185185'''•    Example''' [[BR]]
     
    190190FdoPtr<FdoWmsIGetFeatureInfo> cmdGFI = static_cast<FdoWmsIGetFeatureInfo*> (connection->CreateCommand(FdoWmsCommandType_!GetFeatureInfo));
    191191FdoPtr<FdoIdentifier> id = FdoIdentifier::Create(L”Park”);
    192 cmdGFI->SetFeatureClassNames(id);
     192cmdGFI->SetFeatureClassName(id);
    193193FdoPtr<FdoFgfGeometryFactory> gf = FdoFgfGeometryFactory::GetInstance();
    194194FdoPtr<FdoIDirectPosition> pt = gf->CreatePositionXY(-1000, 1000);