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
 List<org.opengis.metadata.Metadata> getAllGNInfobyText(String info, String tolerance)
           
 List<org.opengis.metadata.Metadata> getAllGNInfobyTitle(String info, String tolerance)
           
 String getGeonetworkPasswordFromScope()
           
 String getGeonetworkPwd()
           
 String getGeonetworkUrl()
           
 String getGeonetworkURLFromScope()
           
 String getGeonetworkUser()
           
 String getGeonetworkUserFromScope()
           
 String getGeoserverLink(org.opengis.metadata.Metadata meta)
           
 org.opengis.metadata.Metadata getGNInfobyUUIDorName(String layerUUIDorTitle)
           
 String getHttpLink(org.opengis.metadata.Metadata meta)
           
 String getLayerName(org.opengis.metadata.Metadata meta)
           
 String getOpenDapLink(org.opengis.metadata.Metadata meta)
           
static double getResolution(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 isAscFile(org.opengis.metadata.Metadata meta)
           
 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 origLayerTitle)
           
 
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)

getResolution

public static double getResolution(org.opengis.metadata.Metadata meta)

getGeoserverLink

public String getGeoserverLink(org.opengis.metadata.Metadata meta)

getHttpLink

public String getHttpLink(org.opengis.metadata.Metadata meta)

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)

isAscFile

public boolean isAscFile(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

getAllGNInfobyTitle

public List<org.opengis.metadata.Metadata> getAllGNInfobyTitle(String info,
                                                               String tolerance)
                                                        throws Exception
Throws:
Exception

getAllGNInfobyText

public List<org.opengis.metadata.Metadata> getAllGNInfobyText(String info,
                                                              String tolerance)
                                                       throws Exception
Throws:
Exception

getGNInfobyUUIDorName

public org.opengis.metadata.Metadata getGNInfobyUUIDorName(String layerUUIDorTitle)
                                                    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 origLayerTitle)

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.