Modifier and Type | Method and Description |
---|---|
DescriptionBuilder |
DescriptionBuilder.description(InternationalString description) |
DescriptionBuilder |
DescriptionBuilder.title(InternationalString title) |
Modifier and Type | Method and Description |
---|---|
InternationalString[] |
GridSampleDimension.getCategoryNames()
Returns a sequence of category names for the values contained in this sample dimension.
|
InternationalString |
GridSampleDimension.getDescription()
Gets the sample dimension title or description.
|
InternationalString |
AbstractCoverage.getName()
Returns the coverage name, or
null if none. |
InternationalString |
Category.getName()
Returns the category name.
|
static InternationalString |
TypeMap.getName(SampleDimensionType type)
Returns the sample dimension type name as an international string.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Driver.getDescription()
Describe the nature of this
Driver implementation. |
InternationalString |
Driver.getTitle()
Human readable title for this
Driver . |
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultDriver.getDescription() |
InternationalString |
DefaultDriver.getTitle() |
Modifier and Type | Method and Description |
---|---|
InternationalString |
FieldType.getDescription()
Get the description of the
FieldType |
InternationalString |
RangeType.getDescription()
Retrieves this
RangeType description as InternationalString . |
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultRangeType.getDescription() |
InternationalString |
DefaultFieldType.getDescription() |
Constructor and Description |
---|
DefaultFieldType(Name name,
InternationalString description,
Set<SampleDimension> samples) |
DefaultRangeType(Name name,
InternationalString description,
Set<FieldType> fieldTypes) |
Modifier and Type | Method and Description |
---|---|
protected InternationalString |
OperationJAI.deriveName(GridCoverage2D[] sources,
int primarySourceIndex,
OperationJAI.Parameters parameters)
Returns a name for the target grid coverage based on the given
sources.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
OperationJAI.getProperties(RenderedImage data,
CoordinateReferenceSystem crs,
InternationalString name,
MathTransform gridToCRS,
GridCoverage2D[] sources,
OperationJAI.Parameters parameters)
Prepares the properties to be given to the coverage created by the
deriveGridCoverage method. |
Modifier and Type | Field and Description |
---|---|
static InternationalString |
CoverageUtilities.NODATA
Public name for standard No Data category.
|
Modifier and Type | Field and Description |
---|---|
InternationalString |
Parameter.description
Human readable description of this parameter.
|
InternationalString |
Parameter.title
Human readable title/name of this parameter.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Parameter.getDescription() |
InternationalString |
Parameter.getTitle() |
Constructor and Description |
---|
Param(String key,
Class<?> type,
InternationalString description,
boolean required,
Object sample)
Provides support for text representations
|
Param(String key,
Class<?> type,
InternationalString description,
boolean required,
Object sample,
Map<String,?> metadata)
Provides support for text representations
|
Param(String key,
Class<?> type,
InternationalString title,
InternationalString description,
boolean required,
int min,
int max,
Object sample,
Map<String,?> metadata)
Supports all Parameter values.
|
Parameter(String key,
Class<T> type,
InternationalString title,
InternationalString description)
Mandatory parameter
|
Parameter(String key,
Class<T> type,
InternationalString title,
InternationalString description,
boolean required,
int min,
int max,
Object sample,
Map<String,Object> metadata)
Addition of optional parameters
|
Parameter(String key,
Class<T> type,
InternationalString title,
InternationalString description,
Map<String,Object> metadata)
Mandatory parameter with metadata.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AttributeTypeProxy.getDescription() |
Modifier and Type | Method and Description |
---|---|
FeatureType |
ComplexFeatureTypeFactoryImpl.createFeatureType(Name name,
Collection schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description) |
FeatureType |
UniqueNameFeatureTypeFactoryImpl.createFeatureType(Name name,
Collection schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description)
Override superclass to return
UniqueNameFeatureTypeImpl instead of FeatureTypeImpl . |
Constructor and Description |
---|
ComplexFeatureTypeImpl(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Constructor for complex feature type with fake feature type descriptor provided.
|
UniqueNameFeatureTypeImpl(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultProgressListener.getTask() |
InternationalString |
NullProgressListener.getTask() |
InternationalString |
DelegateProgressListener.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProgressListener.setTask(InternationalString task) |
void |
NullProgressListener.setTask(InternationalString task) |
void |
DelegateProgressListener.setTask(InternationalString task) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
TypeBuilder.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
TypeBuilder.setDescription(InternationalString description) |
Modifier and Type | Field and Description |
---|---|
protected InternationalString |
SimpleFeatureTypeBuilder.description
Description of type.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
SimpleFeatureTypeBuilder.getDescription()
The description of the built type.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeatureTypeBuilder.setDescription(InternationalString description)
Sets the description of the built type.
|
Constructor and Description |
---|
SimpleFeatureTypeImpl(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
Modifier and Type | Field and Description |
---|---|
protected InternationalString |
PropertyTypeImpl.description |
Modifier and Type | Method and Description |
---|---|
InternationalString |
PropertyTypeImpl.getDescription() |
InternationalString |
AbstractLazyAttributeTypeImpl.getDescription() |
Modifier and Type | Method and Description |
---|---|
AssociationType |
FeatureTypeFactoryImpl.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List restrictions,
AssociationType superType,
InternationalString description) |
AttributeType |
FeatureTypeFactoryImpl.createAttributeType(Name name,
Class binding,
boolean isIdentifiable,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description) |
ComplexType |
FeatureTypeFactoryImpl.createComplexType(Name name,
Collection schema,
boolean isIdentifiable,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description) |
FeatureType |
FeatureTypeFactoryImpl.createFeatureType(Name name,
Collection schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description) |
GeometryType |
FeatureTypeFactoryImpl.createGeometryType(Name name,
Class binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description) |
SimpleFeatureType |
FeatureTypeFactoryImpl.createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
Constructor and Description |
---|
AbstractLazyAttributeTypeImpl(Name name,
Class<?> binding,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
InternationalString description)
Constructor arguments have the same meaning as in
AttributeTypeImpl . |
AbstractLazyComplexTypeImpl(Name name,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
InternationalString description)
Constructor arguments have the same meaning as in
ComplexTypeImpl . |
AssociationTypeImpl(Name name,
AttributeType referenceType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description) |
AttributeTypeImpl(Name name,
Class<?> binding,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
ComplexTypeImpl(Name name,
Collection<PropertyDescriptor> properties,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
FeatureTypeImpl(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
GeometryTypeImpl(Name name,
Class binding,
CoordinateReferenceSystem crs,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description) |
PropertyTypeImpl(Name name,
Class<?> binding,
boolean isAbstract,
List<Filter> restrictions,
PropertyType superType,
InternationalString description) |
Modifier and Type | Method and Description |
---|---|
<T> Parameter<T> |
FilterFactoryImpl.parameter(String name,
Class<T> type,
InternationalString title,
InternationalString description,
boolean required,
int minOccurs,
int maxOccurs,
T defaultValue) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
DummyProgressListener.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
DummyProgressListener.setTask(InternationalString task) |
Modifier and Type | Method and Description |
---|---|
static InternationalString |
Vocabulary.formatInternational(int key)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0,
Object arg1)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0,
Object arg1,
Object arg2)
Gets an international string for the given key.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ExtendedElementInformationImpl.getCondition()
Condition under which the extended element is mandatory.
|
InternationalString |
ExtendedElementInformationImpl.getDefinition()
Definition of the extended element.
|
InternationalString |
ExtendedElementInformationImpl.getDomainValue()
Valid values that can be assigned to the extended element.
|
InternationalString |
ExtendedElementInformationImpl.getRule()
Specifies how the extended element relates to other existing elements and entities.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
ExtendedElementInformationImpl.getRationales()
Reason for creating the extended element.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedElementInformationImpl.setCondition(InternationalString newValue)
Set the condition under which the extended element is mandatory.
|
void |
ExtendedElementInformationImpl.setDefinition(InternationalString newValue)
Set the definition of the extended element.
|
void |
ExtendedElementInformationImpl.setDomainValue(InternationalString newValue)
Set the valid values that can be assigned to the extended element.
|
void |
ExtendedElementInformationImpl.setRule(InternationalString newValue)
Set how the extended element relates to other existing elements and entities.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedElementInformationImpl.setRationales(Collection<? extends InternationalString> newValues)
Set the reason for creating the extended element.
|
Constructor and Description |
---|
ExtendedElementInformationImpl(String name,
InternationalString definition,
InternationalString condition,
Datatype dataType,
Collection<String> parentEntity,
InternationalString rule,
Collection<? extends ResponsibleParty> sources)
Create an extended element information initialized to the given values.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AddressImpl.getAdministrativeArea()
Return the state, province of the location.
|
InternationalString |
AddressImpl.getCity()
Returns the city of the location Returns
null if unspecified. |
InternationalString |
CitationImpl.getCollectiveTitle()
Returns the common title with holdings note.
|
InternationalString |
ContactImpl.getContactInstructions()
Returns supplemental instructions on how or when to contact the individual or organization.
|
InternationalString |
AddressImpl.getCountry()
Returns the country of the physical address.
|
InternationalString |
OnLineResourceImpl.getDescription()
Returns the detailed text description of what the online resource is/does.
|
InternationalString |
CitationImpl.getEdition()
Returns the version of the cited resource.
|
InternationalString |
ContactImpl.getHoursOfService()
Returns time period (including time zone) when individuals can contact the organization or
individual.
|
InternationalString |
SeriesImpl.getName()
Returne the name of the series, or aggregate dataset, of which the dataset is a part.
|
InternationalString |
ResponsiblePartyImpl.getOrganisationName()
Returns the name of the responsible organization.
|
InternationalString |
CitationImpl.getOtherCitationDetails()
Returns other information required to complete the citation that is not recorded elsewhere.
|
InternationalString |
ResponsiblePartyImpl.getPositionName()
Returns the role or position of the responsible person Only one of
individualName , organisationName and positionName
should be provided. |
InternationalString |
CitationImpl.getTitle()
Returns the name by which the cited resource is known.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
CitationImpl.getAlternateTitles()
Returns the short name or other language name by which the cited information is known.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressImpl.setAdministrativeArea(InternationalString newValue)
Set the state, province of the location.
|
void |
AddressImpl.setCity(InternationalString newValue)
Set the city of the location
|
void |
CitationImpl.setCollectiveTitle(InternationalString newValue)
Set the common title with holdings note.
|
void |
ContactImpl.setContactInstructions(InternationalString newValue)
Set supplemental instructions on how or when to contact the individual or organization.
|
void |
AddressImpl.setCountry(InternationalString newValue)
set the country of the physical address.
|
void |
OnLineResourceImpl.setDescription(InternationalString newValue)
Set the detailed text description of what the online resource is/does.
|
void |
CitationImpl.setEdition(InternationalString newValue)
Set the version of the cited resource.
|
void |
ContactImpl.setHoursOfService(InternationalString newValue)
Set time period (including time zone) when individuals can contact the organization or
individual.
|
void |
SeriesImpl.setName(InternationalString newValue)
Set the name of the series, or aggregate dataset, of which the dataset is a part.
|
void |
ResponsiblePartyImpl.setOrganisationName(InternationalString newValue)
Set the name of the responsible organization.
|
void |
CitationImpl.setOtherCitationDetails(InternationalString newValue)
Set other information required to complete the citation that is not recorded elsewhere.
|
void |
ResponsiblePartyImpl.setPositionName(InternationalString newValue)
set the role or position of the responsible person Only one of
individualName , organisationName and positionName
should be provided. |
void |
CitationImpl.setTitle(InternationalString newValue)
Set the name by which the cited resource is known.
|
Modifier and Type | Method and Description |
---|---|
void |
CitationImpl.setAlternateTitles(Collection<? extends InternationalString> newValues)
Set the short name or other language name by which the cited information is known.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
SecurityConstraintsImpl.getClassificationSystem()
Returns the name of the classification system.
|
InternationalString |
SecurityConstraintsImpl.getHandlingDescription()
Returns the additional information about the restrictions on handling the resource.
|
InternationalString |
SecurityConstraintsImpl.getUserNote()
Returns the explanation of the application of the legal constraints or other restrictions and
legal prerequisites for obtaining and using the resource.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
LegalConstraintsImpl.getOtherConstraints()
Returns the other restrictions and legal prerequisites for accessing and using the resource.
|
Collection<InternationalString> |
ConstraintsImpl.getUseLimitation()
Returns the limitation affecting the fitness for use of the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityConstraintsImpl.setClassificationSystem(InternationalString newValue)
Set the name of the classification system.
|
void |
SecurityConstraintsImpl.setHandlingDescription(InternationalString newValue)
Set the additional information about the restrictions on handling the resource.
|
void |
SecurityConstraintsImpl.setUserNote(InternationalString newValue)
Set the explanation of the application of the legal constraints or other restrictions and
legal prerequisites for obtaining and using the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
LegalConstraintsImpl.setOtherConstraints(Collection<? extends InternationalString> newValues)
Set the other restrictions and legal prerequisites for accessing and using the resource.
|
void |
ConstraintsImpl.setUseLimitation(Collection<? extends InternationalString> newValues)
Set the limitation affecting the fitness for use of the resource.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
RangeDimensionImpl.getDescriptor()
Returns the description of the range of a cell measurement value.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeDimensionImpl.setDescriptor(InternationalString newValue)
Set the description of the range of a cell measurement value.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
FormatImpl.getAmendmentNumber()
Returns the amendment number of the format version.
|
InternationalString |
StandardOrderProcessImpl.getFees()
Returns fees and terms for retrieving the resource.
|
InternationalString |
FormatImpl.getFileDecompressionTechnique()
Returns recommendations of algorithms or processes that can be applied to read or expand
resources to which compression techniques have been applied.
|
InternationalString |
MediumImpl.getMediumNote()
Returns a description of other limitations or requirements for using the medium.
|
InternationalString |
FormatImpl.getName()
Returns the name of the data transfer format(s).
|
InternationalString |
StandardOrderProcessImpl.getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor.
|
InternationalString |
FormatImpl.getSpecification()
Returns the name of a subset, profile, or product specification of the format.
|
InternationalString |
StandardOrderProcessImpl.getTurnaround()
Returns typical turnaround time for the filling of an order.
|
InternationalString |
DigitalTransferOptionsImpl.getUnitsOfDistribution()
Returne tiles, layers, geographic areas, etc., in which data is available.
|
InternationalString |
FormatImpl.getVersion()
Returne the version of the format (date, number, etc.).
|
Modifier and Type | Method and Description |
---|---|
void |
FormatImpl.setAmendmentNumber(InternationalString newValue)
Set the amendment number of the format version.
|
void |
StandardOrderProcessImpl.setFees(InternationalString newValue)
Set fees and terms for retrieving the resource.
|
void |
FormatImpl.setFileDecompressionTechnique(InternationalString newValue)
Set recommendations of algorithms or processes that can be applied to read or expand
resources to which compression techniques have been applied.
|
void |
MediumImpl.setMediumNote(InternationalString newValue)
Set a description of other limitations or requirements for using the medium.
|
void |
FormatImpl.setName(InternationalString newValue)
Set the name of the data transfer format(s).
|
void |
StandardOrderProcessImpl.setOrderingInstructions(InternationalString newValue)
Set general instructions, terms and services provided by the distributor.
|
void |
FormatImpl.setSpecification(InternationalString newValue)
Set the name of a subset, profile, or product specification of the format.
|
void |
StandardOrderProcessImpl.setTurnaround(InternationalString newValue)
Set typical turnaround time for the filling of an order.
|
void |
DigitalTransferOptionsImpl.setUnitsOfDistribution(InternationalString newValue)
Set tiles, layers, geographic areas, etc., in which data is available.
|
void |
FormatImpl.setVersion(InternationalString newValue)
Set the version of the format (date, number, etc.).
|
Constructor and Description |
---|
FormatImpl(InternationalString name,
InternationalString version)
Creates a format initialized to the given name.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ExtentImpl.getDescription()
Returns the spatial and temporal extent for the referring object.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtentImpl.setDescription(InternationalString newValue)
Set the spatial and temporal extent for the referring object.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
IdentificationImpl.getAbstract()
Brief narrative summary of the content of the resource(s).
|
InternationalString |
DataIdentificationImpl.getEnvironmentDescription()
Description of the dataset in the producerÂ’s processing environment, including items such as
the software, the computer operating system, file name, and the dataset size.
|
InternationalString |
BrowseGraphicImpl.getFileDescription()
Text description of the illustration.
|
InternationalString |
IdentificationImpl.getPurpose()
Summary of the intentions with which the resource(s) was developed.
|
InternationalString |
UsageImpl.getSpecificUsage()
Brief description of the resource and/or resource series usage.
|
InternationalString |
DataIdentificationImpl.getSupplementalInformation()
Any other descriptive information about the dataset.
|
InternationalString |
UsageImpl.getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not
suitable.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
KeywordsImpl.getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentificationImpl.setAbstract(InternationalString newValue)
Set a brief narrative summary of the content of the resource(s).
|
void |
DataIdentificationImpl.setEnvironmentDescription(InternationalString newValue)
Set the description of the dataset in the producerÂ’s processing environment.
|
void |
BrowseGraphicImpl.setFileDescription(InternationalString newValue)
Set the text description of the illustration.
|
void |
IdentificationImpl.setPurpose(InternationalString newValue)
Set a summary of the intentions with which the resource(s) was developed.
|
void |
UsageImpl.setSpecificUsage(InternationalString newValue)
Set a brief description of the resource and/or resource series usage.
|
void |
DataIdentificationImpl.setSupplementalInformation(InternationalString newValue)
Set any other descriptive information about the dataset.
|
void |
UsageImpl.setUserDeterminedLimitations(InternationalString newValue)
Set applications, determined by the user for which the resource and/or resource series is not
suitable.
|
Modifier and Type | Method and Description |
---|---|
void |
KeywordsImpl.setKeywords(Collection<? extends InternationalString> newValues)
Set commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
|
Constructor and Description |
---|
DataIdentificationImpl(Citation citation,
InternationalString abstracts,
Collection<? extends Locale> language,
Collection<? extends TopicCategory> topicCategories)
Creates a data identification initialized to the specified values.
|
IdentificationImpl(Citation citation,
InternationalString abstracts)
Creates an identification initialized to the specified values.
|
UsageImpl(InternationalString specificUsage,
Collection<ResponsibleParty> userContactInfo)
Creates an usage initialized to the specified values.
|
Constructor and Description |
---|
KeywordsImpl(Collection<? extends InternationalString> keywords)
Creates keywords initialized to the given list.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ProcessStepImpl.getDescription()
Returns the description of the event, including related parameters or tolerances.
|
InternationalString |
SourceImpl.getDescription()
Returns a detailed description of the level of the source data.
|
InternationalString |
ProcessStepImpl.getRationale()
Returns the requirement or purpose for the process step.
|
InternationalString |
LineageImpl.getStatement()
Returns the general explanation of the data producerÂ’s knowledge about the lineage of a
dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessStepImpl.setDescription(InternationalString newValue)
Set the description of the event, including related parameters or tolerances.
|
void |
SourceImpl.setDescription(InternationalString newValue)
Set a detailed description of the level of the source data.
|
void |
ProcessStepImpl.setRationale(InternationalString newValue)
Set the requirement or purpose for the process step.
|
void |
LineageImpl.setStatement(InternationalString newValue)
Set the general explanation of the data producerÂ’s knowledge about the lineage of a dataset.
|
Constructor and Description |
---|
ProcessStepImpl(InternationalString description)
Creates a process step initialized to the given description.
|
SourceImpl(InternationalString description)
Creates a source initialized with the given description.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
MaintenanceInformationImpl.getMaintenanceNotes()
Returns information regarding specific requirements for maintaining the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceInformationImpl.setMaintenanceNotes(Collection<? extends InternationalString> newValues)
Set information regarding specific requirements for maintaining the resource.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
QuantitativeResultImpl.getErrorStatistic()
Statistical method used to determine the value, or
null if none. |
InternationalString |
ElementImpl.getEvaluationMethodDescription()
Returns the description of the evaluation method.
|
InternationalString |
ConformanceResultImpl.getExplanation()
Explanation of the meaning of conformance for this result.
|
InternationalString |
ElementImpl.getMeasureDescription()
Returns the description of the measure being determined.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
ElementImpl.getNamesOfMeasure()
Returns the name of the test applied to the data.
|
Modifier and Type | Method and Description |
---|---|
void |
QuantitativeResultImpl.setErrorStatistic(InternationalString newValue)
Set the statistical method used to determine the value, or
null if none. |
void |
ElementImpl.setEvaluationMethodDescription(InternationalString newValue)
Set the description of the evaluation method.
|
void |
ConformanceResultImpl.setExplanation(InternationalString newValue)
Set the explanation of the meaning of conformance for this result.
|
void |
ElementImpl.setMeasureDescription(InternationalString newValue)
Set the description of the measure being determined.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementImpl.setNamesOfMeasure(Collection<? extends InternationalString> newValues)
Set the name of the test applied to the data.
|
Constructor and Description |
---|
ConformanceResultImpl(Citation specification,
InternationalString explanation,
boolean pass)
Creates a conformance result initialized to the given values.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
GeorectifiedImpl.getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid
data.
|
InternationalString |
GeoreferenceableImpl.getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.
|
InternationalString |
GeorectifiedImpl.getTransformationDimensionDescription()
Description of the information about which grid dimensions are the spatial dimensions.
|
Modifier and Type | Method and Description |
---|---|
Collection<InternationalString> |
GeorectifiedImpl.getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions.
|
Modifier and Type | Method and Description |
---|---|
void |
GeorectifiedImpl.setCheckPointDescription(InternationalString newValue)
Set the description of geographic position points used to test the accuracy of the
georeferenced grid data.
|
void |
GeoreferenceableImpl.setOrientationParameterDescription(InternationalString newValue)
Set a description of parameters used to describe sensor orientation.
|
void |
GeorectifiedImpl.setTransformationDimensionDescription(InternationalString newValue)
Set the description of the information about which grid dimensions are the spatial
dimensions.
|
Modifier and Type | Method and Description |
---|---|
void |
GeorectifiedImpl.setTransformationDimensionMapping(Collection<? extends InternationalString> newValues)
Set information about which grid dimensions are the spatial dimensions.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
StyleImpl.getAbstract() |
InternationalString |
StyleImpl.getTitle() |
Modifier and Type | Method and Description |
---|---|
void |
StyleImpl.setAbstract(InternationalString _abstract) |
void |
StyleImpl.setTitle(InternationalString title) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
MatrixParameters.getRemarks()
Forward the call to the matrix parameter descriptors
specified at construction time.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ProcessFactory.getDescription(Name name)
Human readable description of the specified process
|
InternationalString |
ProcessFactory.getTitle()
Name suitable for display to end user.
|
InternationalString |
ProcessFactory.getTitle(Name name)
Human readable title suitable for display for the specified process
Please note that this title is *not* stable across locale; if you want to remember a
ProcessFactory between runs please use getName (which is dependent on the implementor to
guarantee uniqueness) or use the classname
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AnnotationDrivenProcessFactory.getDescription(Name name) |
InternationalString |
AnnotationDrivenProcessFactory.getTitle() |
InternationalString |
AnnotationDrivenProcessFactory.getTitle(Name name) |
Constructor and Description |
---|
AnnotatedBeanProcessFactory(InternationalString title,
String namespace,
Class<?>... beanClasses) |
AnnotationDrivenProcessFactory(InternationalString title,
String namespace) |
StaticMethodsProcessFactory(InternationalString title,
String namespace,
Class<T> targetClass) |
Modifier and Type | Method and Description |
---|---|
protected abstract InternationalString |
SingleProcessFactory.getDescription() |
InternationalString |
SingleProcessFactory.getDescription(Name name) |
InternationalString |
SingleProcessFactory.getTitle()
Name suitable for display to end user.
|
InternationalString |
SingleProcessFactory.getTitle(Name name) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
AbstractIdentifiedObject.getRemarks()
Comments on or information about this object, including data source information.
|
InternationalString |
NamedIdentifier.getRemarks()
Comments on or information about this identifier, or
null if none. |
InternationalString |
AbstractReferenceSystem.getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate)
reference system object is valid.
|
InternationalString |
NamedIdentifier.toInternationalString()
Returns a local-dependent string representation of this generic name.
|
Constructor and Description |
---|
NamedIdentifier(Citation authority,
InternationalString code)
Constructs an identifier from an authority and code informations.
|
Constructor and Description |
---|
DefaultCoordinateSystemAxis(InternationalString name,
String abbreviation,
AxisDirection direction,
Unit<?> unit)
Constructs an axis with a name as an international string
and an abbreviation.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AbstractDatum.getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum
to the Earth.
|
InternationalString |
DefaultTemporalDatum.getAnchorPoint()
Description of the point or points used to anchor the datum to the Earth.
|
InternationalString |
AbstractDatum.getScope()
Description of domain of usage, or limitations of usage, for which this datum object is
valid.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
EPSGCRSAuthorityFactory.getDescriptionText(String code)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
PropertyAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
AbstractEpsgMediator.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
FallbackAuthorityFactory.getDescriptionText(String code)
Returns a description for the object identified by the specified code.
|
InternationalString |
ThreadedAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
abstract InternationalString |
AbstractAuthorityMediator.getDescriptionText(String code) |
InternationalString |
CachedCRSAuthorityDecorator.getDescriptionText(String code) |
InternationalString |
BufferedAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
AuthorityFactoryAdapter.getDescriptionText(String code)
Returns a description for the object identified by the specified code.
|
abstract InternationalString |
AbstractCachedAuthorityFactory.getDescriptionText(String code) |
InternationalString |
PropertyCoordinateOperationAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
CachedAuthorityDecorator.getDescriptionText(String code) |
InternationalString |
ManyAuthoritiesFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
CartesianAuthorityFactory.getDescriptionText(String code) |
InternationalString |
DirectEpsgFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
AbstractEpsgFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AutoCRSFactory.getDescriptionText(String code)
Deprecated.
Returns the CRS name for the given code.
|
InternationalString |
WebCRSFactory.getDescriptionText(String code)
Deprecated.
Returns the CRS name for the given code.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultOperationMethod.getFormula()
Formula(s) or procedure used by this operation method.
|
InternationalString |
AbstractCoordinateOperation.getScope()
Description of domain of usage, or limitations of usage, for which this operation is valid.
|
Modifier and Type | Method and Description |
---|---|
static InternationalString |
Vocabulary.formatInternational(int key)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0,
Object arg1)
Gets an international string for the given key.
|
static InternationalString |
Vocabulary.formatInternational(int key,
Object arg0,
Object arg1,
Object arg2)
Gets an international string for the given key.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
CoverageProcessingNode.getDescription()
Retrieves the description for this
CoverageProcessingNode |
InternationalString |
StyleVisitorCoverageProcessingNodeAdapter.getDescription() |
InternationalString |
BaseCoverageProcessingNode.getDescription() |
InternationalString |
CoverageProcessingNode.getName()
Retrieves the name for this
CoverageProcessingNode |
InternationalString |
StyleVisitorCoverageProcessingNodeAdapter.getName() |
InternationalString |
BaseCoverageProcessingNode.getName() |
Modifier and Type | Method and Description |
---|---|
InternationalString |
Description.getAbstract()
Human readable description.
|
InternationalString |
DescriptionImpl.getAbstract() |
InternationalString |
Description.getTitle()
Human readable title.
|
InternationalString |
DescriptionImpl.getTitle() |
Modifier and Type | Method and Description |
---|---|
DescriptionImpl |
StyleFactoryImpl2.description(InternationalString title,
InternationalString description) |
Description |
StyleFactory.description(InternationalString title,
InternationalString description) |
Description |
StyleFactoryImpl.description(InternationalString title,
InternationalString description) |
void |
Description.setAbstract(InternationalString description) |
void |
DescriptionImpl.setAbstract(InternationalString description) |
void |
Description.setTitle(InternationalString title) |
void |
DescriptionImpl.setTitle(InternationalString title) |
Constructor and Description |
---|
DescriptionImpl(InternationalString title,
InternationalString description) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
JProgressWindow.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
JProgressWindow.setTask(InternationalString task) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultCalendarDate.getCalendarEraName()
Provides the name of the calendar era to which the date is
referenced.
|
InternationalString |
DefaultDateAndTime.getCalendarEraName() |
InternationalString |
DefaultPosition.getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian
calendar and UTC.
|
InternationalString |
DefaultPeriodDuration.getDays()
A positive integer, followed by the character "D", which indicated the number of days in the
period.
|
InternationalString |
DefaultPeriodDuration.getDesignator()
A mandatory element which designates that the returned string represents the duration of a
period.
|
InternationalString |
DefaultPeriodDuration.getHours()
A positive integer, followed by the character "H", which indicated the number of hours in the
period.
|
InternationalString |
DefaultPeriodDuration.getMinutes()
A positive integer, followed by the character "M", which indicated the number of minutes in
the period.
|
InternationalString |
DefaultPeriodDuration.getMonths()
A positive integer, followed by the character "M", which indicated the number of months in
the period.
|
InternationalString |
DefaultPeriodDuration.getSeconds()
A positive integer, followed by the character "S", which indicated the number of seconds in
the period.
|
InternationalString |
DefaultPeriodDuration.getTimeIndicator()
Included whenever the sequence includes values for units less than a day.
|
InternationalString |
DefaultPeriodDuration.getWeek() |
InternationalString |
DefaultPeriodDuration.getYears()
A positive integer, followed by the character "Y", which indicated the number of years in the
period.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCalendarDate.setCalendarEraName(InternationalString calendarEraName) |
void |
DefaultDateAndTime.setCalendarEraName(InternationalString calendarEraName) |
void |
DefaultPeriodDuration.setDays(InternationalString days) |
void |
DefaultPeriodDuration.setHours(InternationalString hours) |
void |
DefaultPeriodDuration.setMinutes(InternationalString minutes) |
void |
DefaultPeriodDuration.setMonths(InternationalString months) |
void |
DefaultPeriodDuration.setSeconds(InternationalString seconds) |
void |
DefaultPeriodDuration.setWeek(InternationalString week) |
void |
DefaultPeriodDuration.setYears(InternationalString years) |
Constructor and Description |
---|
DefaultCalendarDate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
InternationalString calendarEraName,
int[] calendarDate) |
DefaultDateAndTime(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
InternationalString calendarEraName,
int[] calendarDate,
Number[] clockTime) |
DefaultPeriodDuration(InternationalString years,
InternationalString months,
InternationalString week,
InternationalString days,
InternationalString hours,
InternationalString minutes,
InternationalString seconds)
Creates a new instances of PeriodDuration.
|
DefaultPosition(InternationalString datetime)
This constructor replace the constructor with further DateTime object which will be included
in the futur version of jdk (jdk7). example of datetime argument: format specified by the
ISO8601 yyyy-mm-DDTHH:MM:SSZ - example : 2003-02-13T12:28:00.000GMT-08:00.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
DefaultTemporalCoordinateSystem.getInterval() |
InternationalString |
DefaultOrdinalEra.getName() |
InternationalString |
DefaultCalendarEra.getName() |
InternationalString |
DefaultCalendarEra.getReferenceEvent() |
InternationalString |
DefaultClock.getReferenceEvent() |
InternationalString |
DefaultTemporalReferenceSystem.getRemarks() |
InternationalString |
DefaultTemporalReferenceSystem.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTemporalCoordinateSystem.setInterval(InternationalString interval) |
void |
DefaultOrdinalEra.setName(InternationalString name) |
void |
DefaultCalendarEra.setName(InternationalString name) |
void |
DefaultCalendarEra.setReferenceEvent(InternationalString referenceEvent) |
void |
DefaultClock.setReferenceEvent(InternationalString referenceEvent) |
void |
DefaultTemporalReferenceSystem.setScope(InternationalString scope) |
Constructor and Description |
---|
DefaultCalendarEra(InternationalString name,
InternationalString referenceEvent,
CalendarDate referenceDate,
JulianDate julianReference,
Period epochOfUse) |
DefaultClock(ReferenceIdentifier name,
Extent domainOfValidity,
InternationalString referenceEvent,
ClockTime referenceTime,
ClockTime utcReference) |
DefaultOrdinalEra(InternationalString name,
Date beginning,
Date end) |
DefaultOrdinalEra(InternationalString name,
Date beginning,
Date end,
Collection<OrdinalEra> composition) |
DefaultTemporalCoordinateSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Date origin,
InternationalString interval) |
Modifier and Type | Method and Description |
---|---|
static InternationalString |
Text.text(String english)
Create a international string based on the provided English text.
|
static InternationalString |
Text.text(String key,
Map<String,String> translations) |
static InternationalString |
Text.text(String key,
Properties properties) |
static InternationalString |
Text.text(String key,
String resourceBundle)
Create an international string based on provided key, and resource bundle.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternationalString
|
class |
GrowableInternationalString
|
class |
ResourceInternationalString
An international string backed by a resource bundle.
|
class |
SimpleInternationalString
A simple international string consisting of a single string for all locales.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
GenericName.toInternationalString()
Returns a local-dependent string representation of this generic name.
|
InternationalString |
LocalName.toInternationalString()
Returns a local-dependent string representation of this locale name.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractInternationalString.compareTo(InternationalString object)
Compares this string with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
InternationalString[] |
SampleDimension.getCategoryNames()
Sequence of category names for the values contained in a sample dimension.
|
InternationalString |
SampleDimension.getDescription()
Sample dimension title or description.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
PropertyType.getDescription()
Human readable description of this property type.
|
Modifier and Type | Method and Description |
---|---|
AssociationType |
FeatureTypeFactory.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
Creates an association type.
|
AttributeType |
FeatureTypeFactory.createAttributeType(Name name,
Class<?> binding,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates an attribute type.
|
ComplexType |
FeatureTypeFactory.createComplexType(Name name,
Collection<PropertyDescriptor> schema,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a complex type.
|
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature type.
|
GeometryType |
FeatureTypeFactory.createGeometryType(Name name,
Class<?> binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a geometric attribute type.
|
SimpleFeatureType |
FeatureTypeFactory.createSimpleFeatureType(Name name,
List<AttributeDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a simple feature type.
|
Modifier and Type | Method and Description |
---|---|
<T> Parameter<T> |
FilterFactory2.parameter(String name,
Class<T> type,
InternationalString title,
InternationalString description,
boolean required,
int minOccurs,
int maxOccurs,
T defaultValue)
Creates a parameter of a function.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ExtendedElementInformation.getCondition()
Condition under which the extended element is mandatory.
|
InternationalString |
ExtendedElementInformation.getDefinition()
Definition of the extended element.
|
InternationalString |
ExtendedElementInformation.getDomainValue()
Valid values that can be assigned to the extended element.
|
InternationalString |
ExtendedElementInformation.getRule()
Specifies how the extended element relates to other existing elements and entities.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
ExtendedElementInformation.getRationales()
Reason for creating the extended element.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Address.getAdministrativeArea()
State, province of the location.
|
InternationalString |
Address.getCity()
The city of the location.
|
InternationalString |
Citation.getCollectiveTitle()
Common title with holdings note.
|
InternationalString |
Contact.getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization.
|
InternationalString |
Address.getCountry()
Country of the physical address.
|
InternationalString |
OnLineResource.getDescription()
Detailed text description of what the online resource is/does.
|
InternationalString |
Citation.getEdition()
Version of the cited resource.
|
InternationalString |
Contact.getHoursOfService()
Time period (including time zone) when individuals can contact the organization or
individual.
|
InternationalString |
Series.getName()
Name of the series, or aggregate dataset, of which the dataset is a part.
|
InternationalString |
ResponsibleParty.getOrganisationName()
Name of the responsible organization.
|
InternationalString |
Citation.getOtherCitationDetails()
Other information required to complete the citation that is not recorded elsewhere.
|
InternationalString |
ResponsibleParty.getPositionName()
Role or position of the responsible person.
|
InternationalString |
Citation.getTitle()
Name by which the cited resource is known.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
Citation.getAlternateTitles()
Short name or other language name by which the cited information is known.
|
Modifier and Type | Method and Description |
---|---|
Address |
CitationFactory.createAddress(Collection<String> deliveryPoints,
InternationalString city,
InternationalString administrativeArea,
String postalCode,
InternationalString country,
Collection<String> electronicMailAddresses)
Location of the responsible individual or organization.
|
Contact |
CitationFactory.createContact(Telephone phone,
Address address,
OnLineResource onLineResource,
InternationalString hoursOfService,
InternationalString contactInstructions)
Information required to enable contact with the responsible person and/or organization.
|
OnLineResource |
CitationFactory.createOnLineResource(URI linkage,
String protocol,
String applicationProfile,
InternationalString description,
OnLineFunction function)
Information about on-line sources from which the dataset, specification, or community profile
name and extended metadata elements can be obtained.
|
ResponsibleParty |
CitationFactory.createResponsibleParty(String individualName,
InternationalString organisationName,
InternationalString positionName,
Contact contactInfo,
Role role)
Identification of, and means of communication with, person(s) and organizations associated
with the dataset.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
SecurityConstraints.getClassificationSystem()
Name of the classification system.
|
InternationalString |
SecurityConstraints.getHandlingDescription()
Additional information about the restrictions on handling the resource.
|
InternationalString |
SecurityConstraints.getUserNote()
Explanation of the application of the legal constraints or other restrictions and legal
prerequisites for obtaining and using the resource.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
LegalConstraints.getOtherConstraints()
Other restrictions and legal prerequisites for accessing and using the resource.
|
Collection<? extends InternationalString> |
Constraints.getUseLimitation()
Limitation affecting the fitness for use of the resource.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
RangeDimension.getDescriptor()
Description of the range of a cell measurement value.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Format.getAmendmentNumber()
Amendment number of the format version.
|
InternationalString |
StandardOrderProcess.getFees()
Fees and terms for retrieving the resource.
|
InternationalString |
Format.getFileDecompressionTechnique()
Recommendations of algorithms or processes that can be applied to read or expand resources to
which compression techniques have been applied.
|
InternationalString |
Medium.getMediumNote()
Description of other limitations or requirements for using the medium.
|
InternationalString |
Format.getName()
Name of the data transfer format(s).
|
InternationalString |
StandardOrderProcess.getOrderingInstructions()
General instructions, terms and services provided by the distributor.
|
InternationalString |
Format.getSpecification()
Name of a subset, profile, or product specification of the format.
|
InternationalString |
StandardOrderProcess.getTurnaround()
Typical turnaround time for the filling of an order.
|
InternationalString |
DigitalTransferOptions.getUnitsOfDistribution()
Tiles, layers, geographic areas, etc.
|
InternationalString |
Format.getVersion()
Version of the format (date, number, etc.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Extent.getDescription()
Returns the spatial and temporal extent for the referring object.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Identification.getAbstract()
Brief narrative summary of the content of the resource(s).
|
InternationalString |
DataIdentification.getEnvironmentDescription()
Description of the dataset in the producer's processing environment, including items such as
the software, the computer operating system, file name, and the dataset size.
|
InternationalString |
BrowseGraphic.getFileDescription()
Text description of the illustration.
|
InternationalString |
Identification.getPurpose()
Summary of the intentions with which the resource(s) was developed.
|
InternationalString |
Usage.getSpecificUsage()
Brief description of the resource and/or resource series usage.
|
InternationalString |
DataIdentification.getSupplementalInformation()
Any other descriptive information about the dataset.
|
InternationalString |
Usage.getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not
suitable.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
Keywords.getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
ProcessStep.getDescription()
Description of the event, including related parameters or tolerances.
|
InternationalString |
Source.getDescription()
Detailed description of the level of the source data.
|
InternationalString |
ProcessStep.getRationale()
Requirement or purpose for the process step.
|
InternationalString |
Lineage.getStatement()
General explanation of the data producer's knowledge about the lineage of a dataset.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
MaintenanceInformation.getMaintenanceNotes()
Information regarding specific requirements for maintaining the resource.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
QuantitativeResult.getErrorStatistic()
Statistical method used to determine the value, or
null if none. |
InternationalString |
Element.getEvaluationMethodDescription()
Description of the evaluation method.
|
InternationalString |
ConformanceResult.getExplanation()
Explanation of the meaning of conformance for this result.
|
InternationalString |
Element.getMeasureDescription()
Description of the measure being determined.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
Element.getNamesOfMeasure()
Name of the test applied to the data.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Georectified.getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid
data.
|
InternationalString |
Georeferenceable.getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.
|
InternationalString |
Georectified.getTransformationDimensionDescription()
Description of the information about which grid dimensions are the spatial dimensions.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
Georectified.getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Parameter.getDescription()
Description of the parameter.
|
InternationalString |
Parameter.getTitle()
Title of the parameter.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
AuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code.
|
InternationalString |
IdentifiedObject.getRemarks()
Comments on or information about this object, including data source information.
|
InternationalString |
ReferenceSystem.getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate)
reference system object is valid.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
TemporalDatum.getAnchorPoint()
This attribute is defined in the
Datum parent interface, but is not used by a
temporal datum. |
InternationalString |
Datum.getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum
to the Earth.
|
InternationalString |
Datum.getScope()
Description of domain of usage, or limitations of usage, for which this datum object is
valid.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
OperationMethod.getFormula()
Formula(s) or procedure used by this operation method.
|
InternationalString |
CoordinateOperation.getScope()
Description of domain of usage, or limitations of usage, for which this operation is valid.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
Description.getAbstract()
Returns a human readable, prose description of this style.
|
InternationalString |
Description.getTitle()
Returns the human readable title of this style.
|
Modifier and Type | Method and Description |
---|---|
Description |
StyleFactory.description(InternationalString title,
InternationalString description) |
Modifier and Type | Method and Description |
---|---|
InternationalString |
CalendarDate.getCalendarEraName()
Provides the name of the calendar era to which the date is
referenced.
|
InternationalString |
Position.getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian
calendar and UTC.
|
InternationalString |
PeriodDuration.getDays()
A positive integer, followed by the character "D", which indicated the number of days in the
period.
|
InternationalString |
PeriodDuration.getDesignator()
A mandatory element which designates that the returned string represents the duration of a
period.
|
InternationalString |
PeriodDuration.getHours()
A positive integer, followed by the character "H", which indicated the number of hours in the
period.
|
InternationalString |
TemporalCoordinateSystem.getInterval()
Identifies the base interval for this temporal coordinate system as a unit of measure
specified by ISO 31-1, or a multiple of one of those units, as specified by ISO 1000.
|
InternationalString |
PeriodDuration.getMinutes()
A positive integer, followed by the character "M", which indicated the number of minutes in
the period.
|
InternationalString |
PeriodDuration.getMonths()
A positive integer, followed by the character "M", which indicated the number of months in
the period.
|
InternationalString |
CalendarEra.getName()
Uniquely identifies the calendar era within this calendar.
|
InternationalString |
OrdinalEra.getName()
The unique name of the ordinal era within the ordinal reference system.
|
InternationalString |
CalendarEra.getReferenceEvent()
Provides the name or description of a mythical or historic event which fixes the position of
the base scale of the calendar era.
|
InternationalString |
Clock.getReferenceEvent()
Event used as the datum for this clock.
|
InternationalString |
PeriodDuration.getSeconds()
A positive integer, followed by the character "S", which indicated the number of seconds in
the period.
|
InternationalString |
PeriodDuration.getTimeIndicator()
Included whenever the sequence includes values for units less than a day.
|
InternationalString |
PeriodDuration.getYears()
A positive integer, followed by the character "Y", which indicated the number of years in the
period.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
NameFactory.createInternationalString(Map<Locale,String> strings)
Creates an international string from a set of strings in different locales.
|
InternationalString |
ProgressListener.getTask()
Returns the description of the current task being performed, or
null if none. |
InternationalString |
GenericName.toInternationalString()
Returns a local-dependent string representation of this generic name.
|
Modifier and Type | Method and Description |
---|---|
LocalName |
NameFactory.createLocalName(GenericName scope,
String name,
InternationalString localizedName)
Deprecated.
Replaced by
createNameSpace for the scope argument, and
createLocalName for the name and
localized name arguments. |
ScopedName |
NameFactory.createScopedName(GenericName scope,
String name,
InternationalString localizedName)
Deprecated.
Replaced by
createNameSpace for the scope argument, and
parseGenericName for the name and localized name arguments. |
void |
ProgressListener.setTask(InternationalString task)
Sets the description of the current task being performed.
|
Copyright © 1996–2019 Geotools. All rights reserved.