net.refractions.udig.catalog.ui

net.refractions.udig.catalog.ui.featureType

[Enter the first release in which this extension point appears.]

[Enter description of this extension point.]

<!ELEMENT extension (create | process | modifiableProcess)*>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

This extension point is used to list featureType operation extensions. FeatureType Opperations as choices within the "Opperation" menu (context, popup, and tools menu), and are typically used to process reports and summaries, perform modificaitons on the content in place, or transform content.



<!ELEMENT process (tooltip)>

<!ATTLIST process

id       CDATA #IMPLIED

name     CDATA #REQUIRED

icon     CDATA #IMPLIED

class    CDATA #REQUIRED

geometry (any|line|polygon|point) >


<!ELEMENT modifiableProcess (tooltip)>

<!ATTLIST modifiableProcess

id       CDATA #IMPLIED

name     CDATA #REQUIRED

icon     CDATA #IMPLIED

class    CDATA #REQUIRED

geometry (any|line|polygon|point) >


<!ELEMENT create (tooltip)>

<!ATTLIST create

id       CDATA #IMPLIED

name     CDATA #REQUIRED

icon     CDATA #IMPLIED

class    CDATA #IMPLIED

geometry (any|line|polygon|point) >


<!ELEMENT tooltip (#PCDATA)>

short text describing what the operation will do when started



[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]