ilog.views.maps.format
Class IlvFeatureClassInformation

java.lang.Object
  extended by ilog.views.maps.format.IlvFeatureClassInformation

public class IlvFeatureClassInformation
extends Object

Definition of a feature class. The code field in this class contain that this feature class should match.

Since:
JViews 8.0

Constructor Summary
IlvFeatureClassInformation(String name, String code)
          Creates a new IlvFeatureClassInformation.
 
Method Summary
 String getCode()
          Returns the Feature code
 String getName()
          Returns the feature name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvFeatureClassInformation

public IlvFeatureClassInformation(String name,
                                  String code)
Creates a new IlvFeatureClassInformation.

Parameters:
name - name(label) of the feature
code - code(value in metadata) which identify the feature
Method Detail

getCode

public String getCode()
Returns the Feature code

Returns:
the feature code

getName

public String getName()
Returns the feature name.

Returns:
Returns the name.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.