* Get the ProjectionChangePolicy that determines how a layer reacts and
* gathers OMGraphics for a projection change.
*/
public ProjectionChangePolicy getProjectionChangePolicy() {
if (projectionChangePolicy == null) {
projectionChangePolicy = new StandardPCPolicy(this);
}
return projectionChangePolicy;
}