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)
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.