Uses of Class
com.omnisci.thrift.server.TGeoFileLayerContents
-
Packages that use TGeoFileLayerContents Package Description com.omnisci.thrift.server -
-
Uses of TGeoFileLayerContents in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TGeoFileLayerContents Modifier and Type Field Description TGeoFileLayerContentsTGeoFileLayerInfo. contentsMethods in com.omnisci.thrift.server that return TGeoFileLayerContents Modifier and Type Method Description static TGeoFileLayerContentsTGeoFileLayerContents. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TGeoFileLayerContentsTGeoFileLayerInfo. getContents()static TGeoFileLayerContentsTGeoFileLayerContents. valueOf(String name)Returns the enum constant of this type with the specified name.static TGeoFileLayerContents[]TGeoFileLayerContents. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.omnisci.thrift.server with parameters of type TGeoFileLayerContents Modifier and Type Method Description TGeoFileLayerInfoTGeoFileLayerInfo. setContents(TGeoFileLayerContents contents)Constructors in com.omnisci.thrift.server with parameters of type TGeoFileLayerContents Constructor Description TGeoFileLayerInfo(String name, TGeoFileLayerContents contents)
-