Opened 12 years ago

Closed 12 years ago

#1874 closed defect (wontfix)

LayerFactory - the method CreateDefaultAreaSymbolization2D is private

Reported by: hm Owned by: jng
Priority: low Milestone:
Component: Maestro Version:
Severity: minor Keywords:
Cc: External ID:

Description

In the LayerFactory the CreateDefaultAreaSymbolization2D method is declared private and should be public.

private IAreaSymbolizationFill CreateDefaultAreaSymbolization2D()

Change History (1)

comment:1 by hm, 12 years ago

Resolution: wontfix
Status: newclosed

The AreaSymbolization2D property can never be null (according to the schema). That's why it's private, because it is called and assigned as part of creating an area rule, meaning all area rules will always have a non-null AreaSymbolization2D element created for it

Note: See TracTickets for help on using tickets.