org.gcube.dataanalysis.geo.meta.features
Class FeaturesManager
java.lang.Object
org.gcube.dataanalysis.geo.meta.features.FeaturesManager
public class FeaturesManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeaturesManager
public FeaturesManager()
getScope
public String getScope()
setScope
public void setScope(String scope)
getWFSLink
public String getWFSLink(org.opengis.metadata.Metadata meta)
getWMSLink
public String getWMSLink(org.opengis.metadata.Metadata meta)
getWCSLink
public String getWCSLink(org.opengis.metadata.Metadata meta)
getOpenDapLink
public String getOpenDapLink(org.opengis.metadata.Metadata meta)
getThreddsLink
public String getThreddsLink(org.opengis.metadata.Metadata meta)
getLayerName
public String getLayerName(org.opengis.metadata.Metadata meta)
isThreddsFile
public boolean isThreddsFile(org.opengis.metadata.Metadata meta)
initGeoNetworkReader
public org.gcube.spatial.data.geonetwork.GeoNetworkReader initGeoNetworkReader()
throws Exception
- Throws:
Exception
getGeonetworkURLFromScope
public String getGeonetworkURLFromScope()
throws Exception
- Throws:
Exception
getGeonetworkUserFromScope
public String getGeonetworkUserFromScope()
throws Exception
- Throws:
Exception
getGeonetworkPasswordFromScope
public String getGeonetworkPasswordFromScope()
throws Exception
- Throws:
Exception
getGNInfobyTitle
public org.opengis.metadata.Metadata getGNInfobyTitle(String info)
throws Exception
- Throws:
Exception
getAllGNInfobyTitle
public List<org.opengis.metadata.Metadata> getAllGNInfobyTitle(String info,
String tolerance)
throws Exception
- Throws:
Exception
getFastGNInfobyTitle
public List<org.opengis.metadata.Metadata> getFastGNInfobyTitle(String info,
String completeTitle,
String tolerance)
throws Exception
- Throws:
Exception
checkForMetadatabyTitle
public org.opengis.metadata.Metadata checkForMetadatabyTitle(String searchString,
String completetitle)
throws Exception
- Throws:
Exception
checkForMetadatabyTitle
public org.opengis.metadata.Metadata checkForMetadatabyTitle(String searchString,
String completetitle,
String filename)
throws Exception
- Throws:
Exception
getGeonetworkUrl
public String getGeonetworkUrl()
setGeonetworkUrl
public void setGeonetworkUrl(String geonetworkUrl)
getGeonetworkUser
public String getGeonetworkUser()
setGeonetworkUser
public void setGeonetworkUser(String geonetworkUser)
getGeonetworkPwd
public String getGeonetworkPwd()
setGeonetworkPwd
public void setGeonetworkPwd(String geonetworkPwd)
treatTitleForGN
public static String treatTitleForGN(String layerTitle)
main1
public static void main1(String[] args)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.