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
FieldsModifier and TypeFieldDescriptionstatic final StringMetadata format text/htmlstatic final StringMetadata format text/plainstatic final StringMetadata format text/sgmlstatic final StringMetadata format text/xmlstatic final StringMetadata type 19115static final StringMetadata type 19139static final StringMetadata type FGDCstatic final StringMetadata type TC211 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAbout()Returns the value of the property that maps to theaboutattribute.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.voidSets the value of the property that maps to theaboutattribute.voidSets the format.voidsetLinkedObject(Object aValue) Sets the value of the linkedObject property.voidsetLinkInfo(Object aValue) Sets the value of the linkInfo property.voidSets the type.voidSets 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_PROPERTYproperty.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue- the value to set for theLINK_INFO_PROPERTYproperty.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTYproperty.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue- the value to set for theLINKED_OBJECT_PROPERTYproperty.
-
getAbout
Returns the value of the property that maps to theaboutattribute.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_PROPERTYproperty.
-
setAbout
Sets the value of the property that maps to theaboutattribute.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_PROPERTYproperty.
-