Class CSWebRIMProfile
java.lang.Object
org.gvsig.catalog.drivers.profiles.AbstractProfile
org.gvsig.catalog.csw.drivers.profiles.CSWAbstractProfile
org.gvsig.catalog.csw.drivers.profiles.CSWebRIMProfile
- All Implemented Interfaces:
IProfile
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTopicValue(String topic) Return the topic name for a concrete profileMethods inherited from class org.gvsig.catalog.drivers.profiles.AbstractProfile
getAbstract, getCoordinates, getDateFrom, getDateTo, getElementName, getKeywords, getProvider, getScale, getServerData, getTitle, getTopic, setServerData
-
Constructor Details
-
CSWebRIMProfile
public CSWebRIMProfile()
-
-
Method Details
-
getTitleProperty
- Returns:
- the title attribute name
-
getAbstractProperty
- Returns:
- the abstract attribute name
-
getCoordinatesProperty
- Returns:
- the coordinates attribute name
-
getDateFromProperty
- Returns:
- the date from attribute name
-
getDateToProperty
- Returns:
- the date to attribute name
-
getProviderProperty
- Returns:
- the provider attribute name
-
getScaleProperty
- Returns:
- the scale attribute name
-
getKeywordsProperty
- Returns:
- the keyword attribute name
-
getTopicProperty
- Returns:
- the topic attribute name
-
getTopicValue
Description copied from interface:IProfileReturn the topic name for a concrete profile- Parameters:
topic-- Returns:
- The topic name
-
getElementNameProperty
- Returns:
- the element name property
-