net.refractions.udig.catalog.ui
Identifier:
net.refractions.udig.catalog.ui.featureType
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!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.
- point - a fully qualified identifier of the target extention point
- id - an optional identifier of the extention instance
- name - an optional name of the extension instance
<!ELEMENT process (tooltip)>
<!ATTLIST process
id CDATA #IMPLIED
name CDATA #REQUIRED
icon CDATA #IMPLIED
class CDATA #REQUIRED
geometry (any|line|polygon|point) >
- id - a unique name that can be used to identify this operation
- name - a translatable name of the operation that will be used in menu and wizard selection
- icon - a relative path of an icon that will be used together with the name to represent the operation
- class - a fully qualified name of the Java class implementing net.refractions.udig.catalog.ui.FeatureSourceOp
- geometry -
<!ELEMENT modifiableProcess (tooltip)>
<!ATTLIST modifiableProcess
id CDATA #IMPLIED
name CDATA #REQUIRED
icon CDATA #IMPLIED
class CDATA #REQUIRED
geometry (any|line|polygon|point) >
- id - a unique name that can be used to identify this operation
- name - a translatable name of the operation that will be used in menu and wizard selection
- icon - a relative path of an icon that will be used together with the name to represent the operation
- class - a fully qualified name of the Java class implementing net.refractions.udig.ui.FeatureStoreOp
- geometry -
<!ELEMENT create (tooltip)>
<!ATTLIST create
id CDATA #IMPLIED
name CDATA #REQUIRED
icon CDATA #IMPLIED
class CDATA #IMPLIED
geometry (any|line|polygon|point) >
- id - a unique name that can be used to identify this operation
- name - a translatable name of the operation that will be used in menu and wizard selection
- icon - a relative path of an icon that will be used together with the name to represent the operation
- class - a fully qualified name of the Java class implementing net.refractions.udig.catalog.ui.IFeatureTypeOp, the result of op( FeatureType ) will be created on a user specified Server, or local filesystem.
- geometry -
<!ELEMENT tooltip (#PCDATA)>
short text describing what the operation will do when started
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]