Package org.gvsig.catalog.schemas
Class Resource
java.lang.Object
org.gvsig.catalog.schemas.Resource
This class implements a geodata linked by a metadata
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getSrs()getType()voidsetCoordinates(Coordinates coordinates) voidsetDescription(String description) voidsetFunction(String function) voidsetLinkage(String linkage) voidvoidsetProtocol(String protocol) voidvoidvoid
-
Field Details
-
WMS
- See Also:
-
WMS_SERVICE
- See Also:
-
WFS
- See Also:
-
WCS
- See Also:
-
POSTGIS
- See Also:
-
ARCIMS_IMAGE
- See Also:
-
ARCIMS_VECTORIAL
- See Also:
-
WEBSITE
- See Also:
-
DOWNLOAD
- See Also:
-
UNKNOWN
- See Also:
-
-
Constructor Details
-
Method Details
-
getDescription
- Returns:
- Returns the description.
-
setDescription
- Parameters:
description- The description to set.
-
getFunction
- Returns:
- Returns the function.
-
setFunction
- Parameters:
function- The function to set.
-
getLinkage
- Returns:
- Returns the linkage.
-
setLinkage
- Parameters:
linkage- The linkage to set.
-
getName
- Returns:
- Returns the name.
-
setName
- Parameters:
name- The name to set.
-
getProtocol
- Returns:
- Returns the protocol.
-
setProtocol
- Parameters:
protocol- The protocol to set.
-
getSrs
- Returns:
- Returns the srs.
-
setSrs
- Parameters:
srs- The srs to set.
-
getCoordinates
- Returns:
- Returns the coordinates.
-
setCoordinates
- Parameters:
coordinates- The coordinates to set.
-
getType
- Returns:
- Returns the typr.
-
setType
-
setResourceType
public void setResourceType()
-