Package org.apache.sis.internal.jaxb.gcx
Class FileName
java.lang.Object
org.apache.sis.internal.jaxb.gcx.FileName
The
<gcx:FileName>
element, which may be used as a substitute of <gco:CharacterString>
.
This is used for the URI in DefaultBrowseGraphic
.
Example:
- Since:
- 0.4
- Version:
- 0.4
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
src
The value of thesrc
attribute, which is the file path. -
value
A human-readable description of the filename. Ifsrc
is null, then this will be taken as the file path.
-
-
Constructor Details
-
FileName
public FileName()Empty constructor for JAXB only. -
FileName
Creates a new<gml:FileName>
for the given URI.- Parameters:
uri
- the string representation of the URI.
-
-
Method Details