org.gcube.dataanalysis.geo.meta.features
Class FeaturesManager

java.lang.Object
  extended by org.gcube.dataanalysis.geo.meta.features.FeaturesManager

public class FeaturesManager
extends Object


Constructor Summary
FeaturesManager()
           
 
Method Summary
 org.opengis.metadata.Metadata checkForMetadatabyTitle(String searchString, String completetitle)
           
 org.opengis.metadata.Metadata checkForMetadatabyTitle(String searchString, String completetitle, String filename)
           
 List<org.opengis.metadata.Metadata> getAllGNInfobyTitle(String info, String tolerance)
           
 List<org.opengis.metadata.Metadata> getFastGNInfobyTitle(String info, String completeTitle, String tolerance)
           
 String getGeonetworkPasswordFromScope()
           
 String getGeonetworkPwd()
           
 String getGeonetworkUrl()
           
 String getGeonetworkURLFromScope()
           
 String getGeonetworkUser()
           
 String getGeonetworkUserFromScope()
           
 org.opengis.metadata.Metadata getGNInfobyTitle(String info)
           
 String getLayerName(org.opengis.metadata.Metadata meta)
           
 String getOpenDapLink(org.opengis.metadata.Metadata meta)
           
 String getScope()
           
 String getThreddsLink(org.opengis.metadata.Metadata meta)
           
 String getWCSLink(org.opengis.metadata.Metadata meta)
           
 String getWFSLink(org.opengis.metadata.Metadata meta)
           
 String getWMSLink(org.opengis.metadata.Metadata meta)
           
 org.gcube.spatial.data.geonetwork.GeoNetworkReader initGeoNetworkReader()
           
 boolean isThreddsFile(org.opengis.metadata.Metadata meta)
           
static void main(String[] args)
           
static void main1(String[] args)
           
 void setGeonetworkPwd(String geonetworkPwd)
           
 void setGeonetworkUrl(String geonetworkUrl)
           
 void setGeonetworkUser(String geonetworkUser)
           
 void setScope(String scope)
           
static String treatTitleForGN(String layerTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturesManager

public FeaturesManager()
Method Detail

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.