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
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
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