Package com.luciad.ogc.wfs.common.model
Class TLcdWFSMetadataURL
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSMetadataURL
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
This class holds Metadata URL information
to offer detailed, standardized metadata about
the data underneath a particular feature type. The type
property indicates the standard to which the metadata
complies; the format attribute indicates how the metadata is
structured. The following types are possible at present:
- ISO TC211 19115
- FGDC CSDGM
- ISO 19139
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Metadata format text/htmlstatic final String
Metadata format text/plainstatic final String
Metadata format text/sgmlstatic final String
Metadata format text/xmlstatic final String
Metadata type 19115static final String
Metadata type 19139static final String
Metadata type FGDCstatic final String
Metadata type TC211 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAbout()
Returns the value of the property that maps to theabout
attribute.Gets the format.Returns the value of the linkedObject property.Returns the value of the linkInfo property.getType()
Gets the type.getURL()
Gets the URL.void
Sets the value of the property that maps to theabout
attribute.void
Sets the format.void
setLinkedObject
(Object aValue) Sets the value of the linkedObject property.void
setLinkInfo
(Object aValue) Sets the value of the linkInfo property.void
Sets the type.void
Sets the URL.
-
Field Details
-
TYPE_TC211
Metadata type TC211- See Also:
-
TYPE_FGDC
Metadata type FGDC- See Also:
-
TYPE_19115
Metadata type 19115- See Also:
-
TYPE_19139
Metadata type 19139- See Also:
-
FORMAT_TEXT_XML
Metadata format text/xml- See Also:
-
FORMAT_TEXT_HTML
Metadata format text/html- See Also:
-
FORMAT_TEXT_SGML
Metadata format text/sgml- See Also:
-
FORMAT_TEXT_PLAIN
Metadata format text/plain- See Also:
-
-
Constructor Details
-
TLcdWFSMetadataURL
public TLcdWFSMetadataURL()
-
-
Method Details
-
getURL
Gets the URL.- Returns:
- the URL.
-
setURL
Sets the URL.- Parameters:
aURL
- the URL to be set.
-
getFormat
Gets the format.- Returns:
- the format.
-
setFormat
Sets the format.- Parameters:
aFormat
- the format to be set.
-
getType
Gets the type.- Returns:
- the type.
-
setType
Sets the type.- Parameters:
aType
- the type to be set.
-
getLinkInfo
Returns the value of the linkInfo property.- Returns:
- the value of the
LINK_INFO_PROPERTY
property.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue
- the value to set for theLINK_INFO_PROPERTY
property.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTY
property.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue
- the value to set for theLINKED_OBJECT_PROPERTY
property.
-
getAbout
Returns the value of the property that maps to theabout
attribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Returns:
- the value of the
ABOUT_PROPERTY
property.
-
setAbout
Sets the value of the property that maps to theabout
attribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Parameters:
aValue
- the value to set for theABOUT_PROPERTY
property.
-